Learning Microservice Step By Step following a udemy course given below... 🙂
There is a couple of microservices which implemented e-commerce modules over Catalog, Basket, Discount and Ordering microservices with NoSQL (MongoDB, Redis) and Relational databases (PostgreSQL, Sql Server) with communicating over RabbitMQ Event Driven Communication and using Ocelot API Gateway.
Refer the main repository -> https://github.com/aspnetrun/run-aspnetcore-microservices
- .NET Core v6
- C#
- NoSQL (MongoDB, Redis)
- SQL (PostgreSQL, TSQL)
- RabbitMQ
- Ocelot Gateway
- Visual Studio 22 Community
- Docker
git clone "https://github.com/madcoderBubt/AspNetMicroservice.git"
docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d
Make Sure Docker is running on your System 🙂