To clone the repository run:
git clone https://github.com/CosmicDNA/neo4j-graphql-example.git
To install the dependencies run:
cd neo4j-graphql-example
npm install
To set the database up, rename .env.sh.sample to .env.sh and edit the parameters of your Neo4j database accordingly.
Finally, to start the Apollo GraphQL server run:
source .env.sh
npm run start