Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.13 KB

File metadata and controls

28 lines (22 loc) · 1.13 KB

AspNetMicroservice

Learning Microservice Step By Step following a udemy course given below... 🙂

Screenshot_6

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

Languages & Tools

  • .NET Core v6
  • C#
  • NoSQL (MongoDB, Redis)
  • SQL (PostgreSQL, TSQL)
  • RabbitMQ
  • Ocelot Gateway
  • Visual Studio 22 Community
  • Docker

Run Project

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 🙂