An open API service indexing awesome lists of open source software.

https://github.com/chillicream/graphql-workshop-neo4j


https://github.com/chillicream/graphql-workshop-neo4j

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![ChilliCream](docs/images/ChilliCream.svg)

# Getting started with GraphQL and Neo4J on ASP.NET Core using HotChocolate

If you want to browse the GraphQL server head over [here]().

## Prerequisites

For this workshop we need a couple of prerequisites.
First, we need the [.NET SDK 5.0](https://dotnet.microsoft.com/download/dotnet/5.0).

Then we need some IDE/Editor in order to do some proper C# coding, you can use [VSCode](https://code.visualstudio.com/) or if you have already on your system Visual Studio or JetBrains Rider.

> Note: When installing Visual Studio you only need to install the `ASP.NET and web development` workload.

# Two styles of APIs

## Schema First

## Code First

# Property Graph: