Architecture overview of the DDD sample
mainThe sample consists of a set of related monolithic ASP.NET Core applications.
- Blazor Applications: Built using a modified version of the
CleanArchitecturesolution template. - Design Pattern: The architecture is designed to demonstrate migrating from a data-centric to a domain-centric architecture.
- Components: Includes APIs and Blazor frontends for
FrontDesk,ClinicManagement, andVetClinicPublic, utilizing RabbitMQ for messaging between applications.