angrykoala / neo4j-graphql-demos

A learning session of neo4j/graphql demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neo4j/GraphQL continuous learning session demo

This is the demo material of the continuous learning session of the @neo4j/graphql.

This repository contains demos for @neo4j/graphql library - Documentation available here.

  • apollo-basic-server - A basic JavaScript server running Apollo and @neo4j/graphql.
  • apollo-subscriptions-server - Base setup for subscriptions with Apollo.

Demos

To run the demos, you'll need npm and Node.js installed, as well as a running Neo4j database

All demos are self-contained in separate folders:

  1. Go to its folder
  2. Execute npm install
  3. Run npm start
    • You may need to update the user/password settings in the file

About

A learning session of neo4j/graphql demo

License:MIT License


Languages

Language:JavaScript 100.0%