Blog.Core icon indicating copy to clipboard operation
Blog.Core copied to clipboard

[Feature] Based on this project, I suggest you create a project using the **modular monolith architecture + CQRS and DDD**.

Open mrreddevil2412 opened this issue 7 months ago • 0 comments

Hello, teacher!
You can build another version of this project using the modular monolith architecture combined with DDD and CQRS, replacing MediatR with DispatchR.MediatR. Each module will have its own database (similar to a microservice approach), and these modules will be able to exchange data either synchronously or asynchronously—just like in the repository below:
https://github.com/meysamhadeli/booking-modular-monolith.

mrreddevil2412 avatar Jun 11 '25 18:06 mrreddevil2412