Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 339 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 339 Bytes

E-commerce-1

Demo project of shopping cart/ e-commerce using node-express, mongodb and EJS (templating engines).

  1. clone the repo in your local
  2. connect to mongodb instance - atlas
  3. Replace MONGO_URI in index.js with your mongodb atlas URL.
  4. "npm install"
  5. "npm run dev"

Modify and play with the app, add some extra features.