area1707 / grace-shopper

3 stars 0 forks source link

UnAuth - search product by name #12

Open rkaur01 opened 7 years ago

rkaur01 commented 7 years ago

Story: search product listings, so that I can find specific products I want by name

Implementation: an Express route on the backend (GET 'api/products/productName) that will find product by name and should serve up name, price, quantity and imageUrl of specific product from our db.