{"id":40386685,"url":"https://github.com/bakrianoo/fastapi-ignite","last_synced_at":"2026-01-20T12:09:05.081Z","repository":{"id":293612992,"uuid":"983882205","full_name":"bakrianoo/fastapi-ignite","owner":"bakrianoo","description":"A production-ready FastAPI boilerplate application with a comprehensive set of features for modern web backend development.","archived":false,"fork":false,"pushed_at":"2025-05-16T07:46:24.000Z","size":1540,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T08:30:30.804Z","etag":null,"topics":["boilerplate","fastapi","python","webapp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bakrianoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-15T04:12:54.000Z","updated_at":"2025-05-16T07:46:27.000Z","dependencies_parsed_at":"2025-05-16T08:31:50.692Z","dependency_job_id":"c0513f3e-25e6-42e5-ba7a-1da8d565eccb","html_url":"https://github.com/bakrianoo/fastapi-ignite","commit_stats":null,"previous_names":["bakrianoo/fastapi-ignite"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bakrianoo/fastapi-ignite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakrianoo%2Ffastapi-ignite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakrianoo%2Ffastapi-ignite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakrianoo%2Ffastapi-ignite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakrianoo%2Ffastapi-ignite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bakrianoo","download_url":"https://codeload.github.com/bakrianoo/fastapi-ignite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakrianoo%2Ffastapi-ignite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","fastapi","python","webapp"],"created_at":"2026-01-20T12:09:04.964Z","updated_at":"2026-01-20T12:09:05.072Z","avatar_url":"https://github.com/bakrianoo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"/docs/assets/logo-main.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"/docs/assets/logo-main.png\"\u003e\n    \u003cimg alt=\"FastAPI-Ignite Boilerplate \" src=\"/docs/assets/logo-main.png\" width=\"158\" height=\"326\" style=\"max-width: 100%;\"\u003e\n  \u003c/picture\u003e\n  \u003cbr/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003ch2 align=\"center\"\u003eFastAPI-Ignite Boilerplate \u003c/h2\u003e\n\u003c/p\u003e\n\n**FastAPI-Ignite** Boilerplate is a production-ready FastAPI boilerplate application with a comprehensive set of features for modern web backend development.\n\n## Core Technologies\n\n- **FastAPI**: High-performance async web framework for building APIs\n- **SQLAlchemy**: SQL toolkit and ORM with async support\n- **Pydantic v2**: Data validation and settings management using Python type hints\n- **PostgreSQL**: Powerful open-source relational database\n- **Redis**: In-memory data store for caching and message broker\n- **Dramatiq**: Distributed task processing for background jobs\n- **APScheduler**: Advanced Python scheduler for periodic tasks\n- **Alembic**: Database migration tool\n\n## Features\n\n- ✅ **Modern Python codebase** using async/await syntax\n- ✅ **Structured project layout** for maintainability\n- ✅ **API versioning** to manage API evolution\n- ✅ **Database integration** with async SQLAlchemy 2.0\n- ✅ **Background task processing** with Dramatiq\n- ✅ **Scheduled tasks** with APScheduler\n- ✅ **Simple configuration** using environment variables\n- ✅ **Comprehensive logging** with structured logs\n- ✅ **Docker support** for easy deployment\n- ✅ **Database migrations** with Alembic\n- ✅ **Production-ready** with health checks, error handling, and more\n- ✅ **Advanced caching** with multiple backends (Redis, File, Memory) at function and API endpoint levels\n\n## Quick Start\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/bakrianoo/fastapi-ignite.git\n   cd fastapi-ignite\n   ```\n\n2. Set up environment:\n   ```bash\n   # Copy the example .env file and edit with your configuration\n   cp .env.example .env\n   ```\n\n### Start with Docker:\n   ```bash\n   docker-compose up -d\n   ```\n\n### Setting up locally\n\n1. **Create a virtual environment**:\n   ```bash\n   python -m venv venv\n   venv\\Scripts\\activate\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   pip install -r requirements-dev.txt\n   ```\n\n3. **Set up environment variables**:\n   ```bash\n   copy .env.example .env\n   ```\n   Edit the .env file with your configuration. All environment settings are now consolidated in this single file.\n\n4. **Run database migrations**:\n   ```bash\n   alembic upgrade head\n   ```\n\n5. Start the API server\n   ```bash\n   python cli.py api --reload\n   ```\n\n6. Run database migrations\n   ```bash\n   python cli.py db migrate\n   ```\n\n7. Start the background worker\n   ```bash\n   python cli.py worker\n   ```\n\n8. Start the scheduler\n   ```bash\n   python cli.py scheduler\n   ```\n\n9. Access the API documentation:\n   - Swagger UI: http://localhost:8000/api/docs\n   - ReDoc: http://localhost:8000/api/redoc\n\n## Development\n\nSee [DEVELOPER GUIDE](DEVELOPER-GUIDE.md) for detailed development information.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakrianoo%2Ffastapi-ignite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakrianoo%2Ffastapi-ignite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakrianoo%2Ffastapi-ignite/lists"}