A simple implementation of an API Gateway using Ocelot in .NET, with two microservices. This project demonstrates how to set up and configure an API Gateway for routing, load balancing, and authentication in a microservices architecture.
- API Gateway with Ocelot:
- Centralized routing for microservices.
- Easy configuration using
ocelot.json
.
- Microservices Architecture:
- Two independent services for demonstration.
- Communication routed through the API Gateway.
- Middleware:
- Logging and error handling for API Gateway.
- Extensible:
- Easily add more services or advanced Ocelot features.