To start the development version, we recommend Docker and Docker Compose. Simply run the folllowing in the repository root:
docker-compose up
Usefuls URLs:
- Frontend: http://localhost
- GraphQL Playground: http://localhost:4001/graphql
- Neo4J query interface: http://localhost:7474/browser/
For a better visualization of the entire data base, access http://localhost:7474/browser/ (user: neo4j, password: letmein).
To use the seed data, run the following command while your project is up:
docker-compose exec api yarn seedDb