area1707 / grace-shopper

3 stars 0 forks source link

Admin - PM - create and edit products #21

Open lean257 opened 7 years ago

lean257 commented 7 years ago

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.