https://github.com/mezdelex/cleantemplate
Clean Architecture + DDD + CQRS + Event Sourcing + Testing
https://github.com/mezdelex/cleantemplate
clean-architecture cqrs ddd event-sourcing masstransit mediatr rabbitmq testing
Last synced: 7 months ago
JSON representation
Clean Architecture + DDD + CQRS + Event Sourcing + Testing
- Host: GitHub
- URL: https://github.com/mezdelex/cleantemplate
- Owner: mezdelex
- License: mit
- Created: 2023-10-25T06:41:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T10:18:53.000Z (about 1 year ago)
- Last Synced: 2025-03-02T04:30:36.765Z (7 months ago)
- Topics: clean-architecture, cqrs, ddd, event-sourcing, masstransit, mediatr, rabbitmq, testing
- Language: C#
- Homepage:
- Size: 4.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CleanTemplate
Clean Architecture + DDD + CQRS + Domain Events + Testing## Docker
`docker-compose up` @ project root## Migrations
`dotnet ef migrations add --project .\Infrastructure\Infrastructure.csproj --startup-project .\WebApi\WebApi.csproj`## Database
`dotnet ef database update --project .\Infrastructure\Infrastructure.csproj --startup-project .\WebApi\WebApi.csproj`There's stuff that should be private kept public on purpose, like `appsettings(.Development).json`, for discoverability.