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.js
file and point thegraphdb
to 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 install
to add all the necessary dependencies. - In a command shell, run
node app
to initialize the application. - In any web browser, go to
localhost:8080
to access the application.