GraphQL API for the Neo4j Community Graph
Install dependencies:
npm install
Start the GraphQL service:
npm start
Set your Neo4j connection string and credentials in .env
. For example:
.env
NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=letmein