Skip to content

madcoderBubt/AspNetMicroservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 🙂