{"id":16544434,"url":"https://github.com/turall/fastapi-boilerplate","last_synced_at":"2025-03-21T10:31:32.032Z","repository":{"id":51342126,"uuid":"236952804","full_name":"Turall/FastApi-boilerplate","owner":"Turall","description":"Project template for python  FastApi ","archived":false,"fork":false,"pushed_at":"2021-05-16T12:53:18.000Z","size":87,"stargazers_count":44,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T05:12:18.945Z","etag":null,"topics":["async","fastapi","fastapi-asyncgp-gino","fastapi-template","gino"],"latest_commit_sha":null,"homepage":null,"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/Turall.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}},"created_at":"2020-01-29T10:08:49.000Z","updated_at":"2024-09-23T06:28:41.000Z","dependencies_parsed_at":"2022-09-24T20:12:52.561Z","dependency_job_id":null,"html_url":"https://github.com/Turall/FastApi-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turall%2FFastApi-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turall%2FFastApi-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turall%2FFastApi-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turall%2FFastApi-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Turall","download_url":"https://codeload.github.com/Turall/FastApi-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244777874,"owners_count":20508803,"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":["async","fastapi","fastapi-asyncgp-gino","fastapi-template","gino"],"created_at":"2024-10-11T19:02:40.343Z","updated_at":"2025-03-21T10:31:31.676Z","avatar_url":"https://github.com/Turall.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastApi BoilerPlate\nRepo is useful for simple and fast development to production with FastApi. Framework is the one of the asynchronous framework for Python, for documation please refer to [FastAPI](https://fastapi.tiangolo.com/)\n\n## Notes\nFastAPI boilerplate supports Python version 3.5 and above.\nThis boilerplate is using [Gino-ORM](https://python-gino.org/) for database connections and queries.\n\nIn order to use boilerplate  for development we suggest you followings:\n### 🕹 Guide\n\n##### You can either use pipenv or pip itself\n\nFor development with pipenv:\n```sh\npipenv shell\n\npipenv install or pip install -r requirements.txt\n\n```\n\nFor development with pip:\n```sh\npython3 -m venv .venv\n\nsource .venv/bin/activate\n\npip install -r requirements.txt\n```\n\nCheck this file and modife accordingly .env\n\n```sh\n\nsource .env\n\n```\n\nFor database migrations:\n```\nalembic revision --autogenerate\n\nalembic upgrade heads\n```\nLast but not the least do the followings the you are ready to go:\n```\nuvicorn app.main:app --reload\n\nadd .env to gitignore\n\nrm -rf .git\n```\n## Other FastAPI project templates\n\n[full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql)\n\n[full-stack-fastapi-couchbase](https://github.com/tiangolo/full-stack-fastapi-couchbase)\n\n[cookiecutter-spacy-fastapi](https://github.com/microsoft/cookiecutter-spacy-fastapi)\n\n[fast-api-project-template](https://github.com/bergran/fast-api-project-template)\n\n[startapp](https://github.com/sabuhish/startapp)\n\n[fastapi-nano](https://github.com/rednafi/fastapi-nano)\n\n\n##  Contributing\nFell free to open issue and send pull request.\n\n## Supported OS\nLinux, MacOS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturall%2Ffastapi-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturall%2Ffastapi-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturall%2Ffastapi-boilerplate/lists"}