An open API service indexing awesome lists of open source software.

https://github.com/cloudnative-netcore/dotnet-new-miniservice

Miniservice template using Cloud Native .NET Core Kit
https://github.com/cloudnative-netcore/dotnet-new-miniservice

Last synced: about 1 year ago
JSON representation

Miniservice template using Cloud Native .NET Core Kit

Awesome Lists containing this project

README

          

# 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 \dotnet-new-miniservice\src\TodoWebApi
> dotnet new miniservice
```

Happy hacking!!!