mrmorrandir / ApiTemplate

API template orienting on CleanArchitecture by Jason Taylor (https://github.com/jasontaylordev/CleanArchitecture) with different customizations for own purpose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ApiTemplate

This is an API template for .NET6, which is inspired by Jason Taylor's CleanArchitecture project.

There are some additions which are aimed at the easier use as a Web API (not as a WebUI).

Libraries

  • MediatR
  • AutoMapper
  • FluentResults
  • FluentValidation
  • EntityFrameworkCore
  • Swashbuckle.AspNetCore

About

API template orienting on CleanArchitecture by Jason Taylor (https://github.com/jasontaylordev/CleanArchitecture) with different customizations for own purpose.

License:MIT License


Languages

Language:C# 96.3%Language:Dockerfile 3.7%