Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 351 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 351 Bytes

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