Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 361 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 361 Bytes

CrudDapperGraphQL

Simple ASP.NET Core Web Api CRUD application with GraphQL layer

  • Dapper
  • Many-to-Many entity relations (Books<->Authors) example
  • GraphQL with HotChocolate
  • MSTest unit tests + Moq
  • JWT Bearer authorization
  • Docker