Simple test using KrakenD API Gateway to manage three simple express endpoints.
Clone and enter this repo through your terminal, then simply do:
docker compose up
Wait until you see a log displaying the internal port numbers for the endpoints, then you can acess the gateway at http://localhost:8080, using one of these paths: /v1/endpoint1/
, /v1/endpoint2/
, or /v1/endpoint3/
.