{"id":24648376,"url":"https://github.com/komronium/fastapi-template","last_synced_at":"2026-02-14T22:34:35.541Z","repository":{"id":271065140,"uuid":"912305789","full_name":"komronium/fastapi-template","owner":"komronium","description":"A FastAPI project template with a scalable and clean architecture, designed to help you quickly start building production-ready applications.","archived":false,"fork":false,"pushed_at":"2025-01-16T17:27:18.000Z","size":47,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T10:33:57.667Z","etag":null,"topics":["alembic","fastapi","pydantic","python","sqlalchemy","template","uvicorn"],"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/komronium.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-01-05T07:27:07.000Z","updated_at":"2025-04-26T18:27:37.000Z","dependencies_parsed_at":"2025-01-05T08:23:57.820Z","dependency_job_id":"801f57a7-7add-4519-afbf-746743ea3470","html_url":"https://github.com/komronium/fastapi-template","commit_stats":null,"previous_names":["komronium/fastapi-template"],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/komronium/fastapi-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komronium%2Ffastapi-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komronium%2Ffastapi-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komronium%2Ffastapi-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komronium%2Ffastapi-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/komronium","download_url":"https://codeload.github.com/komronium/fastapi-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komronium%2Ffastapi-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29458906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T21:29:27.764Z","status":"ssl_error","status_checked_at":"2026-02-14T21:28:11.111Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["alembic","fastapi","pydantic","python","sqlalchemy","template","uvicorn"],"created_at":"2025-01-25T16:15:22.907Z","updated_at":"2026-02-14T22:34:35.515Z","avatar_url":"https://github.com/komronium.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI Template\n\nProduction-ready FastAPI template with clean architecture and JWT authentication.\n\n## Features\n\n- ✅ JWT Authentication\n- ✅ SQLAlchemy + PostgreSQL\n- ✅ Clean Architecture\n- ✅ Pydantic Validation\n- ✅ Docker Support\n- ✅ Unit Tests\n- ✅ API Documentation\n\n## Project Structure\n\n```bash\n📦 app/\n├── 📂 api/                # API endpoints\n│   └── 📂 v1/\n├── 📂 core/              # Core configurations\n├── 📂 db/                # Database setup\n├── 📂 models/            # SQLAlchemy models\n├── 📂 schemas/           # Pydantic schemas\n├── 📂 services/          # Business logic\n└── 📂 tests/             # Unit tests\n```\n\n## Quick Start\n\n### Using Docker\n\n```bash\n# Clone repository\ngit clone https://github.com/yourusername/fastapi-template.git\n\n# Setup environment\ncopy .env.example .env\n\n# Run with Docker\ndocker-compose up -d\n```\n\n### Local Development\n\n```bash\n# Create virtual environment\npython -m venv venv\n.\\venv\\Scripts\\activate\n\n# Install dependencies\npip install -r requirements.txt\n\n# Run development server\nuvicorn app.main:app --reload\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomronium%2Ffastapi-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkomronium%2Ffastapi-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomronium%2Ffastapi-template/lists"}