{"id":14985620,"url":"https://github.com/abhishek0412/myfastapi","last_synced_at":"2026-02-22T07:33:16.230Z","repository":{"id":154629957,"uuid":"632399268","full_name":"abhishek0412/myFastAPI","owner":"abhishek0412","description":"This is a learning repository for FASTAPI using python.","archived":false,"fork":false,"pushed_at":"2023-04-26T21:02:32.000Z","size":219,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T10:08:37.730Z","etag":null,"topics":["ci","docker","docker-compose","docker-container","docker-hub","dockerfile","git","github","github-actions","markdown","pipeline","python","unicorn","vscode","yaml","yml"],"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/abhishek0412.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-04-25T10:26:06.000Z","updated_at":"2023-04-25T16:27:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"3fa4c326-0604-423f-9f8a-15b1edacdd21","html_url":"https://github.com/abhishek0412/myFastAPI","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"248c8f76cf8eb16d06bebcf52ca4eab6d741a157"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek0412%2FmyFastAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek0412%2FmyFastAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek0412%2FmyFastAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek0412%2FmyFastAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhishek0412","download_url":"https://codeload.github.com/abhishek0412/myFastAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244814976,"owners_count":20514859,"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":["ci","docker","docker-compose","docker-container","docker-hub","dockerfile","git","github","github-actions","markdown","pipeline","python","unicorn","vscode","yaml","yml"],"created_at":"2024-09-24T14:11:22.534Z","updated_at":"2025-10-24T07:38:10.224Z","avatar_url":"https://github.com/abhishek0412.png","language":"Python","funding_links":["https://www.buymeacoffee.com/abshekchoudhary"],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003e\n  My first FASTAPI - v1.0\u003cbr/\u003e\n\u003c/h2\u003e\n\n\u003ccenter\u003e\n\n[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com) \u0026nbsp;\n[![forthebadge](https://forthebadge.com/images/badges/uses-git.svg)](https://forthebadge.com) \u0026nbsp;\n![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/abhishekchoudharry/myfastapi) \u0026nbsp;\n[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com) \u0026nbsp;\n[![forthebadge](https://forthebadge.com/images/badges/works-on-my-machine.svg)](https://forthebadge.com) \u0026nbsp;\n\u003cimg src=\"https://komarev.com/ghpvc/?username=abhishek0412\u0026style=flat-square\u0026color=blue\" alt=\"\"/\u003e\n\u003c/center\u003e\n\n\n\u003ch3 align=\"center\"\u003e\n    🔹\n    \u003ca href=\"https://github.com/abhishek0412/myFastAPI/issues\"\u003eReport Bug\u003c/a\u003e \u0026nbsp; \u0026nbsp;\n    🔹\n    \u003ca href=\"https://github.com/abhishek0412/myFastAPI/issues\"\u003eRequest Feature\u003c/a\u003e\n\u003c/h3\u003e\n\n\u003c/br\u003e\n\nYou can fork this repo to modify and make changes of your own. Please give me proper credit by linking back to [abhishek0412](https://github.com/abhishek0412/myFastAPI). Thanks!\n\n## Built With\n\nMy personal FAST API \u003ca href=\"https://github.com/abhishek0412/myFastAPI\" target=\"_blank\"\u003eAbhishek Choudhary\u003c/a\u003e which features some of my learning with FAST API and technical skills gained.\u003cbr/\u003e\n\nThis project was built using these technologies.\n\n- Python\n- FAST API\n- unicorn\n- VsCode\n\n## Features\n\n**Prepare your first fastapi web api**\n\n**create GET/PUT/POST call**\n\n**Host the web API using unicorn**\n\n## Getting Started\n\nClone down this repository. You will need `python` and `git` installed globally on your machine.\n\n## 🛠 Installation and Setup Instructions\n\n1. Installation: `python -m pip install fastapi uvicorn[standard]`\n\n2. In the project directory, you can run: `python3 -m uvicorn main:app --reload`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:8000](http://localhost:8000) to view it in the browser.\nThe page will reload if you make edits.\n\n\n## 🐳 Docker image path for Docker-Hub\n\ndocker pull abhishekchoudharry/myfastapi:v1.0\n\n\u003cdiv align=\"center\"\u003e\n\n# Home page for FAST API Documentation\n![Home for my API](images/mypage.png) \n\n# Get call for FAST API Dcocumentation\n![my get call](images/myget.png)\n\n# Thunder client output\n![Thunder client output](images/thunderclient.png)\n\u003c/div\u003e\n\n### Show your support\n\nGive a ⭐ if you like this website!\n\n\u003ca href=\"https://www.buymeacoffee.com/abshekchoudhary\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-violet.png\" alt=\"Buy Me A Coffee\" height= \"60px\" width= \"217px\" \u003e\u003c/a\u003e\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishek0412%2Fmyfastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhishek0412%2Fmyfastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishek0412%2Fmyfastapi/lists"}