area1707 / grace-shopper

3 stars 0 forks source link

Auth - leave a review #20

Open rkaur01 opened 7 years ago

rkaur01 commented 7 years ago

Story: be able to leave reviews for products (including text and a 5-star rating), so that I can share my experiences with other visitors

Implementation: create a form with text input and rating input. When clicking submit, form data should PUT to our db via an Express route (PUT 'api/products/productName'). Make sure our Sequelize db has a review column already implemented