SimpleCart is online shopping portal built on nodejs / mongodb / knockoutjs / bootstrap
Step 1)
run two instances of node
- API:- c:\> node store/api/server.js --this runs on port 3000
- Web App:- c:\> node store/server.js --this runs on port 4000
Step 2)
Now goto http://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