Users: Stephen Jacob, Glenn O'Raw
Load the neo4j-44.dump file after neo4j service and status is running at http://localhost:7474/browser/
The database of Neo4j objects can be loaded with the following commands
sudo neo4j stop
sudo neo4j-admin database load neo4j --from-path=/source/Folder/neo4j.dump --overwrite-destination=true
sudo neo4j restart
Enter directory ''graphql-api'' and depending on your choice look at the RUN_**.md files (RUN_LOCALLY is recommended).
-
Enter directory ''vnCytoscapeVisualization''
-
Use node v18.
nvm use 18
- Install node packages
npm install .
- Run server
node server.js
- The backend application is visible on http://localhost:3000
-
Enter directory ''vnD3Visualization''
-
Use Node v18.
nvm use 18
- Install node packages
npm install .
- Run server
node server.js
- The backend application is visble on http://localhost:3001.