A project management tool
This is built on NodeJS and Express. It is a stateless JSON API.
This assumes you have NodeJS and Neo4j installed. I suggest installing Node via NVM.
cd project-graph
nvm use
npm install
neo4j
user./config/database.example.json
and name it database.development.json
npm start
curl 'http://localhost:8080/api/v1/efforts'
to test the APIchrome-devtools://devtools/bundled/inspector.html
, copy the complete url into chrome to debug the node process with the Chrome DevTools. I recommend install the node inspector manager to have a much more pleasant debugging experience.