I'm developing an e-commerce site for a client, how do they update items on the shop?
I've created an e-commerce site for my client, however I'm unsure on how clients would be able to add/remove items onto the store, without the help of a developer. Are they supposed to directly edit the database, or am I supposed to create an easy to use intuitive front-end admin panel that will allow them to add/edit/remove products.
Created the e-commerce site using ReactJS, firebase + node for the back-end
This is a loaded question, as there are many ways to solve this.
As I said, there are a lot of other solutions to this. I'd almost always go for solution 3 to keep costs and maintenance down.