A shopping cart application developed using Node.js and Express.
#To Run in local machine.
Clone this repository
git clone https://github.com/mitKrish/shoppingcart.git
To install dependencies
npm install
To run at http://localhost:3000
npm start
Technology Used: Node.js, Express, MongoDB, Mongoose, hbs
Application Overview:
- User can signup on the app.
- User can log in the app.
- User can view the list of products.
- User can add products to their cart.
- User can logout.