{"id":31618043,"url":"https://github.com/roflaff/fastapi-be-template","last_synced_at":"2026-05-04T15:31:40.120Z","repository":{"id":317487287,"uuid":"1067620323","full_name":"Roflaff/FastAPI-BE-template","owner":"Roflaff","description":"B/E python FastAPI template.","archived":false,"fork":false,"pushed_at":"2025-10-01T08:31:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T08:34:43.395Z","etag":null,"topics":["backend","devcontainer","docker-compose","docker-container","fastapi","poetry","python","template"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Roflaff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-01T06:12:30.000Z","updated_at":"2025-10-01T08:31:29.000Z","dependencies_parsed_at":"2025-10-01T08:44:54.323Z","dependency_job_id":null,"html_url":"https://github.com/Roflaff/FastAPI-BE-template","commit_stats":null,"previous_names":["roflaff/fastapi-be-template"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/Roflaff/FastAPI-BE-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roflaff%2FFastAPI-BE-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roflaff%2FFastAPI-BE-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roflaff%2FFastAPI-BE-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roflaff%2FFastAPI-BE-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Roflaff","download_url":"https://codeload.github.com/Roflaff/FastAPI-BE-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roflaff%2FFastAPI-BE-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278621844,"owners_count":26017253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["backend","devcontainer","docker-compose","docker-container","fastapi","poetry","python","template"],"created_at":"2025-10-06T13:45:12.088Z","updated_at":"2026-05-04T15:31:40.115Z","avatar_url":"https://github.com/Roflaff.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI-B/E-template\nA production-ready FastAPI backend template designed for rapid development.  \nFeatures include:\n\n- Modern Python project structure using Poetry\n- Built-in support for environment variables and configuration\n- Ready-to-use API documentation (Swagger UI)\n- Easily customizable for your business logic\n- Pre-configured for Docker and containerized deployment\n\nUse this template to quickly bootstrap new FastAPI projects with best practices.\n\n## Run\n- run on dev (\u003cproject_name\u003e -\u003e you can change your project name )\n```bash\npoetry run uvicorn \u003cproject_name\u003e.main:app --host 0.0.0.0 --port 8000 --reload\n```\n\n- OR run python file\n```\n./project_name/__main__.py\n```\n\n## Struct\n```\n.\n├── logs\n│   ├── error.log\n│   ├── info.log\n│   └── warning.log\n├── project_name\n│   ├── api\n│   │   ├── v1\n│   │   │   └── user.py\n│   │   └── router.py\n│   ├── pipeline\n│   │   └── start_server.py\n│   ├── schemas\n│   │   ├── request.py\n│   │   ├── response.py\n│   │   └── user.py\n│   ├── services\n│   │   └── v1\n│   │       └── user.py\n│   ├── utils\n│   │   └── logger.py\n│   ├── __main__.py\n│   ├── config.py\n│   └── main.py\n├── README.md\n├── poetry.lock\n└── pyproject.toml\n```\n\n## API Docs\n```bash\nhttp://localhost:8000/docs\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froflaff%2Ffastapi-be-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froflaff%2Ffastapi-be-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froflaff%2Ffastapi-be-template/lists"}