Skip to content

Simple implementation of ocelot api gateway with two microservices.

Notifications You must be signed in to change notification settings

Nikoo-Asadnejad/OcelotGatewaySample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OcelotGatewaySample

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.


Features

  • 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.