Skip to content

barancanatbas/apigateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a small example of apigateway

run with docker-compose

  $ docker-compose up -d

the purpose of the application

We have two applications named Firstservice and Secondservice. You can reach them with different ip addresses from the frontend, but it will be easier to reach them through a single ip address. For this, we set up an api gateway structure. basically it works like a proxy. directs incoming requests to the required services.

image

For more information about apigateway : https://microservices.io/patterns/apigateway.html

Releases

No releases published

Packages

No packages published