Skip to content

i make to call an api gateway by creating two api at simple level.

Notifications You must be signed in to change notification settings

satem02/api-gateway-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-gateway-example

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

About

i make to call an api gateway by creating two api at simple level.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published