Tree displayer
How to run
- Install docker (for linux) and docker-compose
- Run
docker-compose up
. If making changes, run docker-compose up --build
- Run migrations to deploy data to neo4j:
cd backend; npm install; npm run migrate
Development
Frontend
- 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