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
- Host: GitHub
- URL: https://github.com/ifmelate/cleanarchitecturetemplate
- Owner: ifmelate
- License: mit
- Created: 2023-09-21T12:19:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T11:36:58.000Z (over 2 years ago)
- Last Synced: 2024-01-20T12:29:42.449Z (over 2 years ago)
- Topics: clean-architecture, csharp, net7, template
- Language: C#
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```