An Express js application with MySql database, with simple logger.
Steps:
- run npm install
- run node server // to up local node server
- run below api to retrieve data
3.1 To get all product details. http://localhost:18080/product
3.2 To get product details by material http://localhost:18080/product/material/GOLD
3.3 To get product details by material as wel as category http://localhost:18080/product/material/GOLD/category/RING
There are other apies as well to add, delete, update product. Api to save user feedback and user order details are availble. Apis to register user, login and change/update password are availble.