Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 311 Bytes

YARP API Gateway Sample

Example showing how to use the YARP reverse proxy as a gateway for 2 APIs ("microservices").

You can access the gateway on this address: https://localhost:7135

And the services are available on:

  • Users.Api - https://localhost:5201
  • Products.Api - https://localhost:5101