Shopping app using ExpressJs.
- Create a simple shopping app where user can add products, edit products and add products to the cart.
- User need to register and sign in to create products
- NodeJs/ExpressJs
- Mongodb, Mongoose
- User needs a MongoDb account for the database connection, and in app.js use your own user passwords
- Clone the project from my GitHub account
- Change directory into the project folder
- Install all node packages
- Start the local server
FROM TERMINAL
- git clone https://github.com/sonalk215/node-shopping-app.git
- cd node-course-shopping-app
- npm install
- npm start
- Order api is not working, need to set it up. Once it works, then an order will be created in mogodb database and product(s) will be cleared from cart