{"id":31618069,"url":"https://github.com/zbhavyai/fastapi-template","last_synced_at":"2026-02-09T04:09:55.175Z","repository":{"id":316980158,"uuid":"1062162034","full_name":"zbhavyai/fastapi-template","owner":"zbhavyai","description":"A ready-to-use template for building backend applications using Python and FastAPI","archived":false,"fork":false,"pushed_at":"2025-09-28T00:30:04.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-28T02:35:28.580Z","etag":null,"topics":["ci-cd","docker","docker-compose","fastapi","pytest","ruff","template-project"],"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/zbhavyai.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-22T22:24:37.000Z","updated_at":"2025-09-28T02:25:57.000Z","dependencies_parsed_at":"2025-09-28T02:36:18.138Z","dependency_job_id":"ad7dab20-ae75-4b7c-ae09-ff801004db3d","html_url":"https://github.com/zbhavyai/fastapi-template","commit_stats":null,"previous_names":["zbhavyai/fastapi-template"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/zbhavyai/fastapi-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbhavyai%2Ffastapi-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbhavyai%2Ffastapi-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbhavyai%2Ffastapi-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbhavyai%2Ffastapi-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zbhavyai","download_url":"https://codeload.github.com/zbhavyai/fastapi-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbhavyai%2Ffastapi-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278621843,"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":["ci-cd","docker","docker-compose","fastapi","pytest","ruff","template-project"],"created_at":"2025-10-06T13:45:21.520Z","updated_at":"2026-02-09T04:09:55.170Z","avatar_url":"https://github.com/zbhavyai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI Template\n\n![Build](https://img.shields.io/github/actions/workflow/status/zbhavyai/fastapi-template/build.yml?label=Build)\n![Release](https://img.shields.io/github/actions/workflow/status/zbhavyai/fastapi-template/release.yml?label=Release)\n![License](https://img.shields.io/github/license/zbhavyai/fastapi-template?label=License)\n\nA **starter template** for building backend applications with [FastAPI](https://fastapi.tiangolo.com/), the high-performance Python web framework.\n\n## :sparkles: Tech Stack and Features\n\n-  :zap: [FastAPI](http://fastapi.tiangolo.com/), the high-performance Python web framework\n-  :jigsaw: [Pydantic](https://docs.pydantic.dev/) for data validation and settings management\n-  :gear: [SQLAlchemy](https://www.sqlalchemy.org/) and [asyncpg](https://github.com/MagicStack/asyncpg) for non-blocking database access\n-  :elephant: [PostgreSQL](https://www.postgresql.org/) as the production-ready relational database\n-  :luggage: [Alembic](https://alembic.sqlalchemy.org/) for version-controlled database migrations\n-  :open_file_folder: Defined project structure with ready-to-use [`pyproject.toml`](pyproject.toml) and [pydantic settings](app/core/settings.py)\n-  :pen: [VS Code](https://code.visualstudio.com/) settings included\n-  :art: [Ruff](https://docs.astral.sh/ruff/) for consistent code formatting and linting\n-  :page_facing_up: [.editorconfig](https://editorconfig.org/) for consistent coding styles across editors\n-  :broom: A `pre-commit` hook for style enforcement\n-  :test_tube: [pytest](https://docs.pytest.org/en/stable/) tests to keep code honest\n-  :whale: Containerization with Dockerfile and docker compose\n-  :otter: Automatic [Podman](https://podman.io/)/[Docker](https://www.docker.com/) detection for local dev\n-  :hammer_and_wrench: [Makefile](https://www.gnu.org/software/make/) targets for format, build, run, and container tasks\n-  :vertical_traffic_light: [GitHub Actions](https://github.com/features/actions) for CI/CD\n-  :label: Artifact versioning based on Git SHA or tag, both in CI/CD and local builds\n-  :robot: [Dependabot](https://github.com/dependabot) for automated dependency updates\n\n## :rocket: Getting started\n\n-  Before you start development on this project, run the `init` target. This will install a pre-commit hook and install dependencies.\n\n   ```shell\n   make init\n   ```\n\n-  Run the application in dev mode that enables live coding.\n\n   ```shell\n   make dev\n   ```\n\n-  To format the code while developing, you may use for IDE and turn on the auto-formatting on save. You may also use the format target.\n\n   ```shell\n   make format\n   ```\n\n## :package: Packaging and running\n\n1. Build the application\n\n   ```shell\n   make build\n\n   # OR\n\n   make container-build\n   ```\n\n1. Run the application\n\n   ```shell\n   make run\n\n   # OR\n\n   make container-run\n   ```\n\n## :page_facing_up: License\n\nThe FastAPI Template is licensed under the terms of the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbhavyai%2Ffastapi-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbhavyai%2Ffastapi-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbhavyai%2Ffastapi-template/lists"}