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

https://github.com/ifmelate/cleanarchitecturetemplate

.NET 7 Clean Architecture Template
https://github.com/ifmelate/cleanarchitecturetemplate

clean-architecture csharp net7 template

Last synced: 11 months ago
JSON representation

.NET 7 Clean Architecture Template

Awesome Lists containing this project

README

          

# CleanArchitecrutreTemplate
.NET 8 Clean Architecture Template


It uses Swashbuckle instead of NSwag and provide Api Versioning out the box.


Also, it has Masstransit and as an example - Kafka consumer

Uses Mapperly package for mapping

to create template:
```csharp //
dotnet new --install .
```
to install template:
```csharp //
dotnet new ca-sln -o "Your.Test.ProjectName"
```