mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
9 lines
242 B
Markdown
9 lines
242 B
Markdown
# Mocking
|
|
|
|
### Mocking 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.
|
|
|