Displays graph data stored in Neo4j using Vuejs

Tree displayer

How to run

  1. Install docker (for linux) and docker-compose
  2. Run docker-compose up. If making changes, run docker-compose up --build
  3. Run migrations to deploy data to neo4j: cd backend; npm install; npm run migrate

Development

Frontend

  1. Run cd frontend; npm install; npm run serve

Remarks

Todo

Backend

  • Investigate why data persists between container restarts for neo4j

Frontend

  • Add unit tests
  • Add typescript object
  • Make responsive (e.g. change to bottom bar on thin screen)

Download Details:

Author: jrhender

Source Code: https://github.com/jrhender/graph-challenge

#vuejs #vue #javascript

Displays graph data stored in Neo4j using Vuejs
13.35 GEEK