Welcome to the official repository of our advanced microservices course. This project is a real-world e-commerce application built with .NET 9, RabbitMQ, SQL Server, Redis, PostgreSQL, and Docker.
Microservices are a design pattern in which applications are composed of independent modules that communicate with each other within well defined boundaries. This makes it easier to develop, test, and ...