maxyloon / community-graphql-api

GraphQL API for Neo4j Community Graph

Home Page:https://communityapi.neo4jlabs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GraphQL API for Neo4j Community Graph

https://communityapi.neo4jlabs.com/


Languages

Language:JavaScript 97.3%Language:Dockerfile 2.7%