This project is generated using Express Coffee Template 4
Due to time constraint and other commitment, I have to stop this project right here. I hope when I get more time, I can get back to this...
- nodejs (with npm)
- neo4j server (brew install neo4j on OS X, then neo4j start)
After cloning this repo, cd into the project directory and run
$npm install
$cake build
To seed the database
$cake db:seed
Run $cake to see more cake tasks
Start the server in development mode by running
$cake dev