Skip to content

mk-samoilov/FastAPI-Rate-Limiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rate Limiter

Description

Minimal FastAPI application demonstrating how to rate-limit requests to endpoints using Redis.

Local launch

  1. docker compose up -d redis_container — Start Redis
  2. docker compose up -d redis_gui — Start Redis Web GUI (optional)
  3. uv sync — install dependencies from pyproject.toml
  4. uvicorn main:app --reload — Launch the API and test the endpoints /sql_code and /python_code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages