Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 289 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 289 Bytes

ModularMonolith

The goal of this project is to show the implementation of a modular monolith architecture in .NET, using RabbitMQ as a message-broker to communicate between modules.

Technologies used

  • .NET 8
  • C#
  • EntityFrameworkCore
  • PostgreSQL
  • xUnit
  • Moq
  • RabbitMQ
  • Docker