{"id":21232849,"url":"https://github.com/kougen/fastapi-crud-template","last_synced_at":"2026-05-13T07:43:12.924Z","repository":{"id":229363557,"uuid":"776534240","full_name":"kougen/fastapi-crud-template","owner":"kougen","description":"Template repository for FastApi CRUD bootstrapping","archived":false,"fork":false,"pushed_at":"2024-03-26T11:13:37.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-21T18:33:58.893Z","etag":null,"topics":["docker","fastapi","python","template"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kougen.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}},"created_at":"2024-03-23T19:16:51.000Z","updated_at":"2024-03-24T11:16:02.000Z","dependencies_parsed_at":"2025-01-21T18:35:43.028Z","dependency_job_id":"ac2a9d1e-f70c-4254-a8a7-a9067c3b0299","html_url":"https://github.com/kougen/fastapi-crud-template","commit_stats":null,"previous_names":["kougen/fastapi-crud-template"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kougen%2Ffastapi-crud-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kougen%2Ffastapi-crud-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kougen%2Ffastapi-crud-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kougen%2Ffastapi-crud-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kougen","download_url":"https://codeload.github.com/kougen/fastapi-crud-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243676708,"owners_count":20329431,"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","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":["docker","fastapi","python","template"],"created_at":"2024-11-20T23:54:56.144Z","updated_at":"2026-05-13T07:43:07.905Z","avatar_url":"https://github.com/kougen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI CRUD Template\n\nThis is a template for FastAPI CRUD operations.\n\n## Features\n\n- FastAPI\n- Repository Pattern (from [pyrepositories](https://pypi.org/project/pyrepositories/))\n- Automatic docker image build and publish on release\n\n\n## Configure GitHub action\n\nYou will have to set up 2 secrets and 2 variables in your repository\n\nSecrets:\n- `DOCKER_PUSH`: A github classic token with packages `read` and `write` permissions\n- `HUB_PASSWORD`: Docker Hub token.\n\nVariables:\n- `HUB_NS`: Docker hub target **N**ame**S**pace\n- `HUB_REPO`: Docker hub target repository\n\n## Requirements\n\n- Python 3.8+\n\n## Installation\n\n```bash\npip install -r requirements.txt --upgrade\n```\n\n## Usage\n\nYou will find a `lib.py` in the `app` directory. This is where you will define helper functions for your CRUD operations.\n\nThere is also a `models.py` in the `app` directory. This is where you will define your Pydantic models.\n\n## Future plans\n- Possibility to decide easily between `ghcr.io` and docker hub targers\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkougen%2Ffastapi-crud-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkougen%2Ffastapi-crud-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkougen%2Ffastapi-crud-template/lists"}