This project is for class ISTE 438 and is designed to be a example project to use demonstrate use of a graph DB neo4j.
DO NOT INSTALL IN A SHARED FOLDER
First you will need to clone the git repo on your computer
git clone https://github.com/Awmusic12635/ISTE-438-GraphDB-Project.git
This application assumes you use the movie dataset located here: https://neo4j.com/developer/example-data/. Please make sure it is imported before running this application.
Additionally, the project also uses node.js in order to run, please make sure that is installed.
In the project directory (where the app.js file is) run:
npm install
This will install all required module dependencies.
Once all the dependencies are installed you can run:
node app.js
This will start the server. The server is running when "App listening on port 3000" is logged to the terminal.
Once the server is up the app can be accessed by visiting the host on port 3000 (localhost:3000).
We recommend testing with James cameron and Steven Spielberg