This is a Clean Architecture oriented project to help me understand better the principles and practices of Clean Architecture. Based on the @Ardalis template.
- src/HotelsAPP_CleanArch.Core/: Domain entities, value objects, and business logic (README)
- src/HotelsAPP_CleanArch.UseCases/: Application use cases and CQRS handlers (README)
- src/HotelsAPP_CleanArch.Infrastructure/: Infrastructure implementations (EF, email, etc.) (README)
- src/HotelsAPP_CleanArch.Web/: ASP.NET Core Web API project