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
- Host: GitHub
- URL: https://github.com/joaosouzaaa/modularmonolith
- Owner: joaosouzaaa
- Created: 2024-01-16T23:37:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-13T01:33:14.000Z (10 months ago)
- Last Synced: 2024-08-14T01:30:24.952Z (10 months ago)
- Topics: architecture, modular-monolith, modular-monolith-architecture
- Language: C#
- Homepage: https://www.linkedin.com/posts/joaosouzza_dotnet-csharp-activity-7163140634713747457-Xuyc?utm_source=share&utm_medium=member_desktop
- Size: 271 KB
- Stars: 38
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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