area1707/grace-shopper

Auth - leave a review

Opened this issue · 0 comments

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