Backend
Last updated
Was this helpful?
Last updated
Was this helpful?
Make sure you are on a version >= v10.12.0
:
Run:
App is
To wipe out your neo4j database run:
Install dependencies:
Start Neo4j
Copy:
Configure the file .env
according to your needs and your local setup.
Start the GraphQL service:
And on the production machine run following:
This will start the GraphQL service (by default on localhost:4000) where you can issue GraphQL requests or access GraphQL Playground in the browser:
Set your Neo4j connection string and credentials in .env
. For example:
.env
You need to install APOC as a plugin for the graph you create in the neo4j desktop app!
Optionally you can seed the GraphQL service by executing mutations that will write sample data to the database:
For a reset you can use the reset script:
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:
When some tests fail, try yarn db:reset
and after that yarn db:seed
. Then run the tests again
Download and unpack the files.
Download and drop the file into the plugins
folder of the just extracted Neo4j-Server
and confirm it's running
Note that grand-stack-starter does not currently bundle a distribution of Neo4j. You can download and run locally for development, spin up a , run Neo4j in one of the , or on Debian-based systems install . Just be sure to update the Neo4j connection string and credentials accordingly in .env
.