https://github.com/chillicream/graphql-workshop-neo4j
https://github.com/chillicream/graphql-workshop-neo4j
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chillicream/graphql-workshop-neo4j
- Owner: ChilliCream
- License: mit
- Created: 2021-05-28T20:04:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T05:39:05.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T15:24:26.634Z (about 1 year ago)
- Language: C#
- Size: 19.5 KB
- Stars: 12
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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: