Introduction
Last updated
Last updated
This is a tutorial on how to setup a .NET Core GraphQL server using HotChocolate and a client in React that consumes that API.
We will be designing a simplified Slack clone. The tutorial will use both a SQL and NoSQL data store.
- IDE
- Creating data model diagrams
- General purpose cross platform development platform maintained by Microsoft
- Framework for building modern, cloud-based, Internet-connected applications in .NET
- Open Source GraphQL Implementation for .NET
- Open-source NoSQL Database
- MongoDB Provider for .NET
- GUI and IDE for MongoDb
- Open-source SQL Database
- Open Source .NET Object-Relational Mapper (ORM)
- Open Source Admin interface for PostgreSQL
- PostgreSQL Provider for .NET
Create-React-App - Toolkit for starting React Apps
- Javascript Library for building User Interfaces
- GraphQL Client library
- Typed Superset of Javascript
- React UI toolkit