{"id":28927486,"url":"https://github.com/mariamkipshidze/fastapi-learning-series","last_synced_at":"2026-05-18T04:32:19.928Z","repository":{"id":299108160,"uuid":"990690626","full_name":"MariamKipshidze/fastapi-learning-series","owner":"MariamKipshidze","description":"🚀 A simple FastAPI project for learning and experimenting with building APIs using Python. Created as part of my web development practice","archived":false,"fork":false,"pushed_at":"2025-07-21T13:56:54.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T15:31:03.061Z","etag":null,"topics":["fastapi","python"],"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/MariamKipshidze.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,"zenodo":null}},"created_at":"2025-05-26T13:39:42.000Z","updated_at":"2025-07-21T13:56:57.000Z","dependencies_parsed_at":"2025-06-14T18:50:01.182Z","dependency_job_id":"c38187ea-3546-431a-9d38-e6b5dfe17593","html_url":"https://github.com/MariamKipshidze/fastapi-learning-series","commit_stats":null,"previous_names":["mariamkipshidze/fastapi-learning-series"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MariamKipshidze/fastapi-learning-series","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariamKipshidze%2Ffastapi-learning-series","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariamKipshidze%2Ffastapi-learning-series/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariamKipshidze%2Ffastapi-learning-series/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariamKipshidze%2Ffastapi-learning-series/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MariamKipshidze","download_url":"https://codeload.github.com/MariamKipshidze/fastapi-learning-series/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariamKipshidze%2Ffastapi-learning-series/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547771,"owners_count":26004772,"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-10-05T02:00:06.059Z","response_time":54,"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":["fastapi","python"],"created_at":"2025-06-22T13:12:21.224Z","updated_at":"2025-10-06T01:39:08.260Z","avatar_url":"https://github.com/MariamKipshidze.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 🚀 Getting Started\n\n### 1. Clone the Repository\n```bash\ngit clone https://github.com/MariamKipshidze/fastapi-learning-series.git\n````\n\n### 2. Create and Activate a Virtual Environment (optional but recommended)\n\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows use: venv\\Scripts\\activate\n```\n\n### 3. Install Dependencies\n\n```bash\npip install -r requirements.txt\n```\n\nIf `requirements.txt` doesn't exist yet, install FastAPI and Uvicorn manually:\n\n```bash\npip install fastapi[all] uvicorn\n```\n\n### 4. Run the Application\n\n```bash\nuvicorn main:app --reload\n```\n\n### 5. Create and run Migrations\n\n```bash\nalembic revision --autogenerate -m \"Comment\"\n```\n```bash\nalembic upgrade head \n```\n\nThis will start the development server at `http://127.0.0.1:8000/`\n\nInteractive API docs - `http://127.0.0.1:8000/docs`\n\nAlternative API docs - `http://127.0.0.1:8000/redoc`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariamkipshidze%2Ffastapi-learning-series","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariamkipshidze%2Ffastapi-learning-series","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariamkipshidze%2Ffastapi-learning-series/lists"}