/neo4j-exploration

A simple web-app that demonstracts a graph-based architecture using Neo4j http://excusethedisruption.com

Primary LanguageKotlin

An Example GraphQL + Neo4j Web App

This repository demonstrates how to implement a graph-based web application using Neo4j. It is written in Kotlin and exposes a GraphQL interface. It is based on a blog post from Excuse The Disruption

The application was written using:

To build and run the application locally, from the repository root:

gradlew run

Then load http://localhost:5000/graphiql.html and start playing around in GraphiQL