Skip to content

This is an educational project based on Clean Architecture principles, designed to manage the backend operations of a hotel chain

Notifications You must be signed in to change notification settings

AudioDaniel/CleanArchExample

Repository files navigation

Clean Architecture Educational Project

This is a Clean Architecture oriented project to help me understand better the principles and practices of Clean Architecture. Based on the @Ardalis template.

Solution Structure

  • 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

Related Projects

Presentations and Videos on Clean Architecture

About

This is an educational project based on Clean Architecture principles, designed to manage the backend operations of a hotel chain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages