Skip to content

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

Notifications You must be signed in to change notification settings

npming/E-commerce-nodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.