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
Refactor Docker infrastructure setup and update documentation
- Removed RabbitMQ and MongoDB configurations from docker-compose files.
- Added new configurations for Redis, PostgreSQL, MySQL, Oracle, and other services.
- Updated README and related documentation for local development instructions.
- Introduced new Prometheus and ELK stack configurations.
- Cleaned up obsolete files and improved overall structure.
A comprehensive .NET 10 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.
51
+
A comprehensive .NET 10 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.
54
52
55
53
## ✨ Features
56
54
@@ -178,43 +176,6 @@ dotnet new -u
178
176
dotnet new list
179
177
```
180
178
181
-
## 🔧 Development Workflow
182
-
183
-
### Local Development
184
-
185
-
```bash
186
-
# Start infrastructure services
187
-
docker-compose -f ./infrastructure/docker/docker-compose-infrastructure.yml up -d
188
-
189
-
# Run the API
190
-
dotnet run --project src/WebApi/Host.csproj
191
-
192
-
# Run the Worker
193
-
dotnet run --project src/Worker/Host.csproj
194
-
195
-
# Run all tests
196
-
dotnet test
197
-
198
-
# Run specific test projects
199
-
dotnet test src/UnitTests
200
-
dotnet test src/IntegrationTests
201
-
dotnet test src/AcceptanceTests
202
-
203
-
# Stop infrastructure services
204
-
docker-compose -f ./infrastructure/docker/docker-compose-infrastructure.yml down
- ☕ [Buy me a coffee](https://www.buymeacoffee.com/genocs)
197
+
198
+
[](https://www.buymeacoffee.com/genocs)
237
199
238
200
## 🔧 Troubleshooting
239
201
@@ -269,7 +231,7 @@ Become a financial contributor and help me sustain the project.
269
231
270
232
**Support the Project** on [Opencollective](https://opencollective.com/genocs)
0 commit comments