Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.22 KB

File metadata and controls

23 lines (14 loc) · 1.22 KB

thumbnail

Messaging In Distributed Systems

Code for all the messaging-related concepts/patterns described on YouTube during "Messaging in Distributed Systems" series.

Episodes

The implementation process can be found on our DevMentors YouTube channel:

Requirements

To start the infrastructure via Docker, type the following command at the compose directory:

docker compose -f infrastructure.yml up -d

Each application can be started separately using dotnet CLI or your favorite IDE.