Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Latest commit

 

History

History
8 lines (4 loc) · 242 Bytes

File metadata and controls

8 lines (4 loc) · 242 Bytes

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.