{"id":20610657,"url":"https://github.com/anjasfedo/fastapi","last_synced_at":"2026-04-19T12:38:13.675Z","repository":{"id":230752423,"uuid":"779469155","full_name":"Anjasfedo/fastapi","owner":"Anjasfedo","description":"API Development with FastAPI","archived":false,"fork":false,"pushed_at":"2024-04-27T15:40:36.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T03:27:24.856Z","etag":null,"topics":["fastapi"],"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/Anjasfedo.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-29T22:59:43.000Z","updated_at":"2024-04-27T15:40:40.000Z","dependencies_parsed_at":"2024-04-27T15:39:59.361Z","dependency_job_id":"588c136c-1912-4902-b763-8f1f693f388d","html_url":"https://github.com/Anjasfedo/fastapi","commit_stats":null,"previous_names":["anjasfedo/fastapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjasfedo%2Ffastapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjasfedo%2Ffastapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjasfedo%2Ffastapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjasfedo%2Ffastapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anjasfedo","download_url":"https://codeload.github.com/Anjasfedo/fastapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242258001,"owners_count":20098251,"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"],"created_at":"2024-11-16T10:17:31.492Z","updated_at":"2026-04-19T12:38:08.635Z","avatar_url":"https://github.com/Anjasfedo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"create virtual enviroment\n`py -3 -m venv venv`\n\nrun venv\n`venv\\Scripts\\activate`\n\ninstall fastapi full\n`pip install fastapi[all]`\n\nrun fastapi server\n`uvicorn main:app --reload`\n\n`uvicorn app.main:app --reload`\n\ncreate hex random number on bash for secret key\n`openssl rand -hex 32`\n\nInitialize alembic\n`alembic init [folder name]`\n\nMake migration on database with revision\n`alembic revision -m [message]`\n\nRun the migration\n`alembic upgrade [revision number]`\n\nUpgrade by step\n`alembic upgrade [+n step]`\n\nShow current revision\n`alembic current`\n\nShow updated revision\n`alembic head`\n\nRun updated revision\n`alembic upgrade head`\n\nRollback with revision\n`alembic downgrade [revision number]`\n\nRollback by step\n`alembic downgrade [-n step]`\n\nAuto create revision from model\n`alembic revision --autogenerate -m [message]`\n\n**Note:** 1. deprecated bycrypt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjasfedo%2Ffastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanjasfedo%2Ffastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjasfedo%2Ffastapi/lists"}