Use simple past and consistend naming

This commit is contained in:
Robert Schäfer 2018-12-03 19:04:45 +01:00
parent a7b4b55b6c
commit 298db35546

View File

@ -92,14 +92,14 @@ run Neo4j in one of the [many cloud options](https://neo4j.com/developer/guide-c
[spin up Neo4j in a Docker container](https://neo4j.com/developer/docker/) or on Debian-based systems install [Neo4j from the Debian Repository](http://debian.neo4j.org/).
Just be sure to update the Neo4j connection string and credentials accordingly in `.env`.
## Mocking API Results
## Mock API Results
Alternatively you can just mock all responses from the api which let
you build a frontend application without running a neo4j instance.
Just set `MOCK=true` inside `.env` or pass it on application start.
## Seeding and Cleaning The Database
## Seed and Reset the Database
Optionally you can seed the GraphQL service by executing mutations that
will write sample data to the database: