Minimal FastAPI application demonstrating how to rate-limit requests to endpoints using Redis.
docker compose up -d redis_container— Start Redisdocker compose up -d redis_gui— Start Redis Web GUI (optional)uv sync— install dependencies frompyproject.tomluvicorn main:app --reload— Launch the API and test the endpoints/sql_codeand/python_code