An open API service indexing awesome lists of open source software.

https://github.com/joaosouzaaa/modularmonolith

Modular Monolith Architecture in .NET
https://github.com/joaosouzaaa/modularmonolith

architecture modular-monolith modular-monolith-architecture

Last synced: 6 months ago
JSON representation

Modular Monolith Architecture in .NET

Awesome Lists containing this project

README

        

# 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