This repository demonstrates a basic microservices architecture using:
- ✅ Two sample microservices: Product & Order
- ✅ Two API Gateway implementations: Ocelot (config-based) and YARP (code-based)
- ✅ Docker Compose for orchestration
- .NET 8
- ASP.NET Core Web API
- Ocelot API Gateway
- YARP (Yet Another Reverse Proxy)
- Docker & Docker Compose
docker-compose up --build#DotNet8 #Microservices #Ocelot #YARP #APIGateway #Docker #Grpc #RestApi #AspNetCore #100DaysOfCode