area1707 / grace-shopper

3 stars 0 forks source link

UnAuth - view individual product details #15

Open rkaur01 opened 7 years ago

rkaur01 commented 7 years ago

Story: view the details for an individual product (including product descriptions, photos and reviews), so that I can determine whether that particular item fits my needs

Implementation: an Express route on the backend (GET 'api/products/productName/details') that serves up name, price, quantity, imageUrl, description, and reviews for individual product from our db