You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comprehensive .NET 9 project template that follows Clean Architecture principles and Domain-Driven Design (DDD).
54
-
55
-
This template helps you rapidly scaffold microservices applications with built-in support for multiple databases, message brokers, and enterprise patterns.
56
-
57
-
## 📋 Table of Contents
58
-
59
-
-[Features](#features)
60
-
-[Prerequisites](#prerequisites)
61
-
-[Quick Start](#quick-start)
62
-
-[Installation](#installation)
63
-
-[Usage](#usage)
64
-
-[Template Options](#template-options)
65
-
-[Architecture Overview](#architecture-overview)
66
-
-[Examples](#examples)
67
-
-[Contributing](#contributing)
68
-
-[Support](#support)
53
+
A comprehensive .NET 9 project template that follows Clean Architecture principles and Domain-Driven Design (DDD). This template helps you rapidly scaffold microservices applications with built-in support for multiple databases, message brokers, and enterprise patterns.
69
54
70
55
## ✨ Features
71
56
@@ -77,18 +62,21 @@ This template helps you rapidly scaffold microservices applications with built-i
77
62
- 🔍 **Observability** - OpenTelemetry tracing and monitoring
78
63
- 🐳 **Containerization** - Docker and Kubernetes ready
79
64
- ⚡ **Background Services** - Worker services for async processing
65
+
- 🧪 **Comprehensive Testing** - Unit, Integration, and Acceptance tests
-**Presentation Layer**: Controllers, middleware, API documentation
151
139
152
-
153
140
## How to build and install the template locally
154
141
155
142
To build the package run the following commands:
@@ -234,12 +221,10 @@ dotnet test src/AcceptanceTests
234
221
235
222
### Common Issues
236
223
237
-
238
224
For more details on getting started, [read the documentation](https://genocs-blog.netlify.app/library/)
239
225
240
226
Please check the [documentation](https://learn.microsoft.com/en-us/visualstudio/ide/how-to-locate-and-organize-project-and-item-templates?view=vs-2022) for more details.
0 commit comments