area1707/grace-shopper

Admin - PM - create and edit products

Opened this issue · 0 comments

Story: As an admin user, I can create and edit products with name, description, price and one or more photos, so that visitors can see the latest info on what we have to offer

Implementation: create backend route for post and put product that writes to DB.
Frontend should update when store is updated.