Demo project of shopping cart/ e-commerce using node-express, mongodb and EJS (templating engines).
- clone the repo in your local
- connect to mongodb instance - atlas
- Replace MONGO_URI in index.js with your mongodb atlas URL.
- "npm install"
- "npm run dev"
Modify and play with the app, add some extra features.