MCart is a capestone Project part of course I was doing on NodeJs which includes all basic CRUD operations
which includes get
post
put
and delete
this is my first attempt after learning nodeJs
- Signup,Login
- add Product and delete product by productId
- get only mobiles or Tabs from product
- add to cart and update Cart
- make order and change the status of cart
- clone this repo
- after cloning enter
npm i
in terminal - after installing enter
npm start
in terminal - after running you can use postman to send the req and see the response, application will be runned on
localhost:3000