{"id":14064801,"url":"https://github.com/Tobi-De/cookiecutter-fastapi","last_synced_at":"2025-07-29T19:31:20.416Z","repository":{"id":48181251,"uuid":"488307376","full_name":"Tobi-De/cookiecutter-fastapi","owner":"Tobi-De","description":"Cookiecutter fastapi is a framework for jumpstarting production-ready fastapi projects quickly.","archived":false,"fork":false,"pushed_at":"2025-07-25T03:44:21.000Z","size":456,"stargazers_count":141,"open_issues_count":7,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-25T08:41:30.097Z","etag":null,"topics":["asgi","celery","cookiecutter","django","fastapi","fastapi-template","python","python3"],"latest_commit_sha":null,"homepage":"https://cookiecutter-fastapi.readthedocs.io/en/latest/","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/Tobi-De.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2022-05-03T17:43:54.000Z","updated_at":"2025-07-24T07:20:57.000Z","dependencies_parsed_at":"2023-11-25T03:23:09.699Z","dependency_job_id":"ed60dde3-af0f-49ea-a30a-a0481d6775ad","html_url":"https://github.com/Tobi-De/cookiecutter-fastapi","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Tobi-De/cookiecutter-fastapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tobi-De%2Fcookiecutter-fastapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tobi-De%2Fcookiecutter-fastapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tobi-De%2Fcookiecutter-fastapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tobi-De%2Fcookiecutter-fastapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tobi-De","download_url":"https://codeload.github.com/Tobi-De/cookiecutter-fastapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tobi-De%2Fcookiecutter-fastapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267007145,"owners_count":24020249,"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-07-25T02:00:09.625Z","response_time":70,"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":["asgi","celery","cookiecutter","django","fastapi","fastapi-template","python","python3"],"created_at":"2024-08-13T07:04:05.369Z","updated_at":"2025-07-29T19:31:19.974Z","avatar_url":"https://github.com/Tobi-De.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Cookiecutter Fastapi\n\n[![PyPI](https://img.shields.io/pypi/v/cookiecutter-fastapi.svg)][pypi_]\n[![Status](https://img.shields.io/pypi/status/cookiecutter-fastapi.svg)][status]\n[![Read the documentation at https://cookiecutter-fastapi.readthedocs.io/](https://img.shields.io/readthedocs/cookiecutter-fastapi/latest.svg?label=Read%20the%20Docs)][read the docs]\n[![python](https://img.shields.io/pypi/pyversions/cookiecutter-fastapi)](https://github.com/Tobi-De/cookiecutter-fastapi)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Tobi-De/cookiecutter-fastapi/blob/main/LICENSE)\n[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n[read the docs]: https://cookiecutter-fastapi.readthedocs.io/\n[pypi_]: https://pypi.org/project/fastapi-paginator/\n[status]: https://pypi.org/project/fastapi-paginator/\n\nA [Cookiecutter](https://github.com/audreyr/cookiecutter) template for [fastapi](https://fastapi.tiangolo.com) projects, inspired by [cookiecutter-django](https://github.com/cookiecutter/cookiecutter-django).\n\n✨📚✨ [Read the full documentation][read the docs]\n\n## Features\n\n-  [fastapi-users](https://github.com/fastapi-users/fastapi-users) for users authentication and management\n-  [Pydantic](https://pydantic-docs.helpmanual.io/) for settings management\n-  Include a cli tool built with [typer](https://github.com/tiangolo/typer) to simplify project management\n-  [Pre-commit](https://pre-commit.com/) integration included by default\n-  [Tortoise-orm](https://tortoise.github.io/) and [aerich](https://github.com/tortoise/aerich) database setup by default but switchable\n-  Limit-offset pagination helpers included\n-  Sending emails using [aiosmtplib](https://aiosmtplib.readthedocs.io/en/stable/client.html) or [Amazon SES](https://aws.amazon.com/fr/ses/)\n-  Optional integration with [sentry](https://docs.sentry.io/platforms/python/) for error logging\n-  Production [Dockerfile](https://www.docker.com/) included\n-  Integration with [saq](https://github.com/tobymao/saq) for background tasks\n-  Optional setup of HTML templates rendering using [jinja2](https://jinja.palletsprojects.com/en/3.1.x/)\n-  [Procfile](https://devcenter.heroku.com/articles/procfile) for deploying to heroku\n-  Implement the [Health Check API patterns](https://microservices.io/patterns/observability/health-check-api.html) on your fastapi application\n\n### ORM/ODM options\n\n- [Tortoise ORM](https://tortoise.github.io/)\n- [Beanie](https://github.com/roman-right/beanie)\n\n## Usage\n\nInstall the cookiecutter package:\n\n```shell\npip install cookiecutter black isort\n```\n\n**Note**: `Black` and `isort` are used to format your project right after it has been generated.\n\nNow run it against this repo:\n\n```shell\ncookiecutter https://github.com/Tobi-De/cookiecutter-fastapi\n```\nYou'll be prompted for some values. Provide them, then a fastapi project will be created for you.\n\nYou could also use [cruft](https://github.com/cruft/cruft) to be able to keep your project up to date with the latest changes:\n\n```shell\npip install cruft\ncruft create https://github.com/Tobi-De/cookiecutter-fastapi\n```\nIt work pretty much the same way as cookiecutter but you'll be able to update your project with the latest changes by running `cruft update`.\n\n## Contributing\n\nContributions are very welcome. To learn more, see the [Contributor Guide].\n\n## License\n\nDistributed under the terms of the [MIT license][license],\n_Cookiecutter Fastapi_ is free and open source software.\n\n## Issues\n\nIf you encounter any problems,\nplease [file an issue] along with a detailed description.\n\n[file an issue]: https://github.com/tobi-de/cookiecutter-fastapi/issues\n\n\u003c!-- github-only --\u003e\n\n[license]: https://github.com/tobi-de/cookiecutter-fastapi/blob/main/LICENSE\n[contributor guide]: https://github.com/tobi-de/cookiecutter-fastapi/blob/main/CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTobi-De%2Fcookiecutter-fastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTobi-De%2Fcookiecutter-fastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTobi-De%2Fcookiecutter-fastapi/lists"}