Skip to content

Simple Shopping Portal built with Nodejs / MongoDB / Knockoutjs / Bootstrap. All good things at once place :)

Notifications You must be signed in to change notification settings

alpeai/simpleCart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCart is online shopping portal built on nodejs / mongodb / knockoutjs / bootstrap

Usage:-

Step 1)
run two instances of node

  1. API:- c:\> node store/api/server.js --this runs on port 3000
  2. Web App:- c:\> node store/server.js --this runs on port 4000

Step 2)
Now goto https://localhost:8080/ to view the portal


Where is the db?
i have created a ready only user on mongohq default/default.
Check store/api/routes/store.js for more details

Pic:-

About

Simple Shopping Portal built with Nodejs / MongoDB / Knockoutjs / Bootstrap. All good things at once place :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.7%
  • HTML 32.9%
  • CSS 2.4%