{"id":13856672,"url":"https://github.com/tmkontra/fastapi-fullstack-boilerplate","last_synced_at":"2025-07-13T19:32:06.888Z","repository":{"id":46470843,"uuid":"379481880","full_name":"tmkontra/fastapi-fullstack-boilerplate","owner":"tmkontra","description":"A full stack (monolith) boilerplate for FastAPI","archived":false,"fork":false,"pushed_at":"2022-07-20T16:47:18.000Z","size":89,"stargazers_count":108,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-10T06:09:58.995Z","etag":null,"topics":["fastapi","monolith","python"],"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/tmkontra.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}},"created_at":"2021-06-23T04:48:44.000Z","updated_at":"2024-02-12T14:48:09.000Z","dependencies_parsed_at":"2022-08-20T09:21:25.745Z","dependency_job_id":null,"html_url":"https://github.com/tmkontra/fastapi-fullstack-boilerplate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmkontra%2Ffastapi-fullstack-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmkontra%2Ffastapi-fullstack-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmkontra%2Ffastapi-fullstack-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmkontra%2Ffastapi-fullstack-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmkontra","download_url":"https://codeload.github.com/tmkontra/fastapi-fullstack-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225912205,"owners_count":17544120,"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":["fastapi","monolith","python"],"created_at":"2024-08-05T03:01:08.307Z","updated_at":"2024-11-22T14:30:29.577Z","avatar_url":"https://github.com/tmkontra.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# FastAPI Full-Stack Boilerplate\n\n## Features\n\n1. All the goodness of modern, async FastAPI\n2. Seamless Jinja2 templating, just like Flask\n3. SQLAlchemy ORM and Alembic migrations (PostgreSQL)\n4. Flask-Admin plugged right in\n5. Pipenv for python dependency management\n\nExplore the [full docs here](./docs/index.md)\n\n## Get Started\n\n1. Copy `.env.example` to `.env` (or create your own)\n2. `docker-compose up -d` to start the database\n3. `pipenv shell`\n4. `FASTAPI_STATICDIGEST_RELOAD=1 uvicorn app.main:create_app --port=8080 --reload`\n\n### Configuration\n\n - Change the database configuration/credentials in `.env` and `docker-compose.yaml`\n - Set `DEBUG_ADMIN=1` to disable the authorization for the admin panel\n\n## Why?\n\nThe dependency-injection provided by FastAPI is such a huge improvement over any other python web framework. It's OpenAPI integration is excellent, and it's `asgi`-first, unlike Flask or Django.\n\nBut Django is famous for its admin panel, and the ability to rapidly build server side applications. For this, we include Flask-Admin, and centralied Jinja2 templates as a dependency.\n\n\n## Built On\n\n- FastAPI\n- [fastapi-utils class-based-view](https://fastapi-utils.davidmontague.xyz/user-guide/class-based-views/)\n- [cookiecutter-flask CRUD mixin](https://github.com/cookiecutter-flask/cookiecutter-flask)\n- [Flask-Admin](https://flask-admin.readthedocs.io/en/latest/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmkontra%2Ffastapi-fullstack-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmkontra%2Ffastapi-fullstack-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmkontra%2Ffastapi-fullstack-boilerplate/lists"}