Skip to content

jaszczykj/AspNetCoreGraphQL

 
 

Repository files navigation

AspNetCoreGraphQL

This project was created to learn about GraphQL and to spread the learnings

You can find the related PPT http://bit.ly/NeorisGraphQLPPT

The app runs on 2 docker containers, one for the React frontend and one for the Asp.Net Core GraphQL backend

The project is being built using Azure Devops build pipelines (http://devops.azure.com)

Build Status

Continuous Code Inspection is being done by SonarQube (https://www.sonarqube.org/). AspNetCoreGraphQL SonarCloud Dashboard --> https://sonarcloud.io/dashboard?id=vackup_AspNetCoreGraphQL

What's GraphQL?

GraphQL (https://graphql.org/) is a data query language and specification developed internally by Facebook in 2012 before being publicly open sourced in 2015.

It provides an alternative to REST-based architectures with the purpose of increasing developer productivity and minimizing amounts of data transferred.

GraphQL is used in production by hundreds of organizations of all sizes including Facebook, Credit Karma, GitHub, Intuit, PayPal, the New York Times and many more. https://graphql.org/users/

Some post for building GraphQL APIs with ASP.NET Core

About

GraphQL + AspNetCore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 50.1%
  • JavaScript 35.8%
  • HTML 8.0%
  • Dockerfile 5.3%
  • CSS 0.8%