Miniservice template using Cloud Native .NET Core Kit
- 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
-
Check out this repository
-
Run commands below
> dotnet new -i <your path>\dotnet-new-miniservice\src\TodoWebApi
> dotnet new miniservice
Happy hacking!!!