A BackEnd stateful application providing integration services and drivers to interact with the Neo4j Graph Database, running on grapheneDB.
Use git to install Neo4jIntegrated.
git clone https://github.com/nimishbongale/Neo4jIntegrated.git
Then, cd
into Neo4jIntegrated.
Run
npm install
OR
sudo npm install
To run the app, Run
npm start
OR
node app.js
Open localhost:3000
in your browser to view the application.
Instructions on how to use the website are mentioned in the website.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.