README.md
June 10, 2014 ยท View on GitHub
Dependencies
- node
- mongodb
How to run this project
Download:
git clone git@github.com:Huang-Wei/2014.git
Install necessary npm packages:
cd 2014 && npm install
Start:
node app.js
DB init
Make sure mongod is running, run db/init.js to initilaize the db
mongo 2014 db/init.js