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

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

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.