ASP.NET Core
Microservices
Api-Gateway (ocelot)
vscode
docker
docker-compose
1 - git clone https://github.com/satem02/api-gateway-example.git
2 - cd api-gateway-example
3 - docker-compose -f "docker-compose.yml" up -d --build
i make to call an api gateway by creating two api at simple level.
first api call: http://localhost:7001/api/values
second api call: http://localhost:7002/api/values
first api call with gateway : http://localhost:7000/first-api/values
second api call with gateway : http://localhost:7000/second-api/values