/rate-limiter

Implement a simple Django rate limiter without third-party libraries. This project restricts requests per minute by client IP, preventing abuse and ensuring fair resource usage. Dockerized for easy deployment with basic PostgreSQL integration.

Primary LanguagePythonMIT LicenseMIT

Watchers