area1707/grace-shopper

UnAuth - search product by name

Opened this issue · 0 comments

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.