mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Use simple past and consistend naming
This commit is contained in:
parent
a7b4b55b6c
commit
298db35546
@ -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/).
|
[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`.
|
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
|
Alternatively you can just mock all responses from the api which let
|
||||||
you build a frontend application without running a neo4j instance.
|
you build a frontend application without running a neo4j instance.
|
||||||
|
|
||||||
Just set `MOCK=true` inside `.env` or pass it on application start.
|
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
|
Optionally you can seed the GraphQL service by executing mutations that
|
||||||
will write sample data to the database:
|
will write sample data to the database:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user