This repo contains the working code for the cGRN repository developed by Shrey Gupta during the 2013 TGen Helios Scholars Internship. This code is based primarily on Node.js and Neo4j, and is made to be a single user system to be deployed locally on a user's machine.
- Clone the repository onto your computer.
- Open the
db.jsfile and point thegraphdbto the correct URL. (By default, it is set tolocalhost:7474). - In a command shell, navigate to the cloned repository in your file system and run
npm installto add all the necessary dependencies. - In a command shell, run
node appto initialize the application. - In any web browser, go to
localhost:8080to access the application.