https://github.com/debianmaster/simplecart
Simple Shopping Portal built with Nodejs / MongoDB / Knockoutjs / Bootstrap. All good things at once place :)
https://github.com/debianmaster/simplecart
Last synced: about 1 year ago
JSON representation
Simple Shopping Portal built with Nodejs / MongoDB / Knockoutjs / Bootstrap. All good things at once place :)
- Host: GitHub
- URL: https://github.com/debianmaster/simplecart
- Owner: debianmaster
- Created: 2013-06-09T12:23:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T03:50:56.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T01:51:32.472Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.37 MB
- Stars: 29
- Watchers: 3
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 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
Pic:-