Bachelor Thesis - Basic application for integration and visual exploration of open biomedical networks
https://is.muni.cz/auth/th/b9179/
Included files
- dbms.dump
- app.zip
Loading the database with Neo4j Desktop
- Install Neo4j Desktop from https://neo4j.com/download/
- Create a new project
- Add file into the project - add dbms.dump file
- In the file options create new dbms from dump
- Start the new dbms
- The connection information can be found in the dbms details tab while it is running
Application setup
- Download Node from https://nodejs.org/en/ (if you do not have it yet)
- Unzip app.zip
- In the src folder, in App.vue file in
data()properties double check the connection properties so they fit your running database connection information: -protocol -host -port -username -password - Open command line and enter into the app folder
- Run
npm install -g npm - Run
npm run serve - Open the corresponding localhost page in your browser