Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 484 Bytes

dotnet-new-miniservice

Miniservice template using Cloud Native .NET Core Kit

Features

  • Basic Clean Architecture skeleton
  • Basic CRUD actions with SQL Server Database
  • Versioning for API
  • OpenAPI enabled
  • Relicense and healthcheck
  • Dockerfile is out of the box
  • Kubernetes natively

Install and run

  1. Check out this repository

  2. Run commands below

> dotnet new -i <your path>\dotnet-new-miniservice\src\TodoWebApi
> dotnet new miniservice

Happy hacking!!!