{"id":49242368,"url":"https://github.com/humblebeeai/rest-fastapi-orm-template","last_synced_at":"2026-04-24T20:08:00.015Z","repository":{"id":271651291,"uuid":"913708884","full_name":"humblebeeai/rest-fastapi-orm-template","owner":"humblebeeai","description":"This is a template repository for FastAPI with ORM (SQLAlchemy) projects.","archived":false,"fork":false,"pushed_at":"2026-04-20T14:19:21.000Z","size":1340,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"cookiecutter","last_synced_at":"2026-04-20T16:31:02.817Z","etag":null,"topics":["boilerplate","cicd","cookiecutter","docker","docker-compose","fastapi","fastapi-boilerplate","fastapi-sqlalchemy","fastapi-template","microservice","orm","python","python3","rest-api","software-engineering","sqlalchemy","template","web-server"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"bybatkhuu/rest.fastapi-orm-template","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/humblebeeai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-01-08T07:52:40.000Z","updated_at":"2026-04-20T14:20:28.000Z","dependencies_parsed_at":"2025-09-17T08:33:49.600Z","dependency_job_id":"4f0082fd-3683-4066-b3c7-60dad3e1f094","html_url":"https://github.com/humblebeeai/rest-fastapi-orm-template","commit_stats":null,"previous_names":["humblebeeintel/rest.fastapi-orm-template","humblebeeai/rest.fastapi-orm-template","humblebeeai/rest-fastapi-orm-template"],"tags_count":12,"template":true,"template_full_name":null,"purl":"pkg:github/humblebeeai/rest-fastapi-orm-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humblebeeai%2Frest-fastapi-orm-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humblebeeai%2Frest-fastapi-orm-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humblebeeai%2Frest-fastapi-orm-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humblebeeai%2Frest-fastapi-orm-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humblebeeai","download_url":"https://codeload.github.com/humblebeeai/rest-fastapi-orm-template/tar.gz/refs/heads/cookiecutter","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humblebeeai%2Frest-fastapi-orm-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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","cicd","cookiecutter","docker","docker-compose","fastapi","fastapi-boilerplate","fastapi-sqlalchemy","fastapi-template","microservice","orm","python","python3","rest-api","software-engineering","sqlalchemy","template","web-server"],"created_at":"2026-04-24T20:07:59.259Z","updated_at":"2026-04-24T20:08:00.008Z","avatar_url":"https://github.com/humblebeeai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI ORM Template (Cookiecutter)\n\nThis is a cookiecutter template for FastAPI with ORM (SQLAlchemy) projects.\n\n## Features\n\n- Cookiecutter\n- FastAPI\n- REST API\n- Web service\n- Microservice\n- ORM (SQLAlchemy)\n- SQL databases (RDB)\n- Database migrations (Alembic)\n- PostgreSQL\n- Project structure\n- Boilerplate/Template\n- Best practices\n- Configuration\n- Tests\n- Build\n- Scripts\n- Examples\n- Documentation\n- CI/CD\n- Docker and docker compose\n\n---\n\n## 🐤 Getting started\n\n### 1. 🚧 Prerequisites\n\n- Install **Python (\u003e= v3.10)** and **pip (\u003e= 23)**:\n    - **[RECOMMENDED] [Miniconda (v3)](https://www.anaconda.com/docs/getting-started/miniconda/install)**\n    - *[arm64/aarch64] [Miniforge (v3)](https://github.com/conda-forge/miniforge)*\n    - *[Python virtual environment] [venv](https://docs.python.org/3/library/venv.html)*\n\nFor **DEVELOPMENT** environment:\n\n- Install [**git**](https://git-scm.com/downloads)\n- Setup an [**SSH key**](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh)\n\n### 2. 📥 Download or clone the repository\n\n```sh\n# Create projects directory:\nmkdir -pv ~/workspaces/projects\n\n# Enter into projects directory:\ncd ~/workspaces/projects\n\n# Clone the repository:\ngit clone [REPOSITORY_URL]\n# Or download and extract the repository from GitHub:\n# 1. Go to the repository on GitHub.\n# 2. Click on the \"Code\" button.\n# 3. Select \"Download ZIP\" and save the file to your computer.\n# 4. Extract the ZIP file in current directory.\n\n# Enter into the repository:\ncd rest-fastapi-orm-template\n\n# Change to cookiecutter branch:\ngit checkout cookiecutter\n```\n\n### 3. 📦 Install cookiecutter\n\n```sh\n# Install cookiecutter:\npip install -r ./requirements.txt\n# Install pre-commit hooks:\npre-commit install\n```\n\n### 4. 🏗️ Generate project with cookiecutter\n\n```sh\n# Generate project:\ncookiecutter -f .\n# Or:\n./scripts/build.sh\n```\n\n### 5. 🏁 Start the project\n\n```sh\ncd [PROJECT_NAME]\n\n# Start:\n./compose.sh start -l\n\n# Stop:\n./compose.sh stop\n```\n\n👍\n\n## 📑 References\n\n- Cookiecutter (GitHub) - \u003chttps://github.com/cookiecutter/cookiecutter\u003e\n- Cookiecutter (Docs) - \u003chttps://cookiecutter.readthedocs.io/en/stable\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumblebeeai%2Frest-fastapi-orm-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumblebeeai%2Frest-fastapi-orm-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumblebeeai%2Frest-fastapi-orm-template/lists"}