Start a plain redis container using docker
docker run --name some-redis -d redisCreate a .env file in the project root and defined (at least) the target url
FAST_PRIORITY_TARGET_BASE_URL="http://localhost:8010"
In different terminal sessions run
uv run fastapi dev examples/end2end/app.py --host 0.0.0.0 --port 8010uv run fastapi dev fast_priority/app.py --host 0.0.0.0 --port 8001Now send curl requests to localhost:8001 to test the gateway