Andykmcc / project-graph

A project management tool
2 stars 3 forks source link

Project Graph

Build Status Coverage Status

A project management tool

This is built on NodeJS and Express. It is a stateless JSON API.

Installation

This assumes you have NodeJS and Neo4j installed. I suggest installing Node via NVM.

  1. clone the repo
  2. cd project-graph
  3. nvm use
  4. npm install

Database

Usage