/yarp-api-gateway-sample

Example showing how to use the YARP reverse proxy as a gateway/load balancer for 2 APIs

Primary LanguageC#

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