TEST
- npm install
I have written certain API's for
Routes/users ----
front end rendering route
/register
/add-products
/add-categories
in register page, im calling an API for registering user. first user is always ADMIN and others are always USER. in add-categories page,calling API's for creating categories, rendering categories and deleting categories while deletion of any category related products will delete. in add-products page,calling 3 API's for crating product, rendering caegories for reference and how may products are there for a particular category