Skip to content

neo4j-labs/community-graphql-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community GraphQL API

GraphQL API for the Neo4j Community Graph

Quick Start

Install dependencies:

npm install

Start the GraphQL service:

npm start

Configure

Set your Neo4j connection string and credentials in .env. For example:

.env

NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=letmein

Releases

No releases published

Packages

No packages published