{"id":18333078,"url":"https://github.com/zelr0x/fasttask","last_synced_at":"2026-05-06T00:33:12.160Z","repository":{"id":199200559,"uuid":"689732373","full_name":"zelr0x/fasttask","owner":"zelr0x","description":"A toy app showing FastAPI + tortoise-orm + docker","archived":false,"fork":false,"pushed_at":"2023-10-09T05:22:38.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T11:27:04.065Z","etag":null,"topics":["debugpy","docker","fastapi","python","tortoise-orm"],"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/zelr0x.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":"2023-09-10T18:22:25.000Z","updated_at":"2023-10-09T05:26:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f7abbe5-d5f0-4bc2-8e21-e180973a9f3b","html_url":"https://github.com/zelr0x/fasttask","commit_stats":null,"previous_names":["zelr0x/fasttask"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zelr0x%2Ffasttask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zelr0x%2Ffasttask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zelr0x%2Ffasttask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zelr0x%2Ffasttask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zelr0x","download_url":"https://codeload.github.com/zelr0x/fasttask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248090572,"owners_count":21046113,"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":["debugpy","docker","fastapi","python","tortoise-orm"],"created_at":"2024-11-05T19:41:14.542Z","updated_at":"2026-05-06T00:33:12.117Z","avatar_url":"https://github.com/zelr0x.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastTask\n\nFastTask is a toy task tracker app written in FastAPI with Tortoise ORM\n\n\n## Run\n\n### With docker-compose\nTo simply run the app, this should be enough:\n```shell\ndocker compose up\n```\n\nIf major change happened (e.g. dependency added), append `--build` flag.\n\n\n### Manually\n\nFor running using .env, while at `fasttask/` run:\n```shell\npython -m app.main\n```\n\nFor running with uvicorn directly, while at `fasttask/` run:\n\n```shell\nuvicorn app.main:app --host localhost --port 8080\n```\n\nFor hot-reloading mode specify `--reload`.\n\nTip: absolute imports won't work if we start at the directory that is root package or some directory within it. We must run it at root package's parent.\n\n## Develop\n\n### Virtual environment\n\nCreate:\n\n```shell\npython -m venv venv\n```\n\nActivate (Windows):\n```shell\n.\\venv\\Scripts\\activate.bat\n```\n\nActivate (*nix)\n```shell\nsource ./venv/bin/activate\n```\n\n### Install dependencies\n\n#### Manually with pip\n\n```shell\npip install debugpy fastapi pydantic-settings \"uvicorn[standard]\" \"tortoise-orm[asyncpg]\"\n```\n\n#### Use requirements.txt\n\n```shell\npip install -r requirements.txt\n```\n\n### Freeze dependencies\n\n```shell\npip freeze \u003e requirements.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzelr0x%2Ffasttask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzelr0x%2Ffasttask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzelr0x%2Ffasttask/lists"}