Backend
Last updated
Was this helpful?
Last updated
Was this helpful?
Run the following command to install everything through docker.
The installation takes a bit longer on the first pass or on rebuild ...
Open another terminal and create unique indices with:
Your backend is up and running at This will start the GraphQL service (by default on localhost:4000) where you can issue GraphQL requests or access GraphQL Playground in the browser.
If you want your backend to return anything else than an empty response, you need to seed your database:
In another terminal run:
To reset the database run:
Beware: We have no multiple database setup at the moment. We clean the database after each test, running the tests will wipe out all your data!
Run the jest tests:
Run the cucumber features:
You can access Neo4J through for an interactive cypher
shell and a visualization of the graph.