Flask and Celery boilerplate for production-grade Python backend APIs
A Flask boilerplate that provides a preconfigured project structure, Celery integration, Redis-based caching/broker, request validation, and dotenv-based configuration. It also includes example endpoints, linting/dev tooling, logging, and an example Celery worker setup. Suited for building production-grade Python backend APIs and services that require background tasks and caching.
0