{"id":20703844,"url":"https://github.com/euiyounghwang/python-fastapi-basic","last_synced_at":"2025-12-07T16:03:22.024Z","repository":{"id":205844392,"uuid":"715226054","full_name":"euiyounghwang/python-fastapi-basic","owner":"euiyounghwang","description":"python-fastapi-basic for k8s","archived":false,"fork":false,"pushed_at":"2024-03-24T01:17:48.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T19:55:24.171Z","etag":null,"topics":["docker","docker-compose","fastapi","poetry","pytest","python3","rest-api-framework","shell-script","swagger","swagger-ui"],"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/euiyounghwang.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-11-06T18:06:10.000Z","updated_at":"2024-02-10T05:28:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6845279-a59e-4114-9380-12c6d1dd12ea","html_url":"https://github.com/euiyounghwang/python-fastapi-basic","commit_stats":null,"previous_names":["euiyounghwang/python-fastapi-basic"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euiyounghwang%2Fpython-fastapi-basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euiyounghwang%2Fpython-fastapi-basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euiyounghwang%2Fpython-fastapi-basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euiyounghwang%2Fpython-fastapi-basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/euiyounghwang","download_url":"https://codeload.github.com/euiyounghwang/python-fastapi-basic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242970645,"owners_count":20214845,"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":["docker","docker-compose","fastapi","poetry","pytest","python3","rest-api-framework","shell-script","swagger","swagger-ui"],"created_at":"2024-11-17T01:09:46.896Z","updated_at":"2025-12-07T16:03:16.975Z","avatar_url":"https://github.com/euiyounghwang.png","language":"Python","readme":"\n# python-fastapi-basic\n\n\u003ci\u003eFastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.8+ based on standard Python type hints.\n\nThe key features are:\n\n- Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). One of the fastest Python frameworks available.\n- Fast to code: Increase the speed to develop features by about 200% to 300%. *\n- Fewer bugs: Reduce about 40% of human (developer) induced errors. *\n- Intuitive: Great editor support. Completion everywhere. Less time debugging.\n- Easy: Designed to be easy to use and learn. Less time reading docs.\n- Short: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs.\n- Robust: Get production-ready code. With automatic interactive documentation.\n- Standards-based: Based on (and fully compatible with) the open standards for APIs: OpenAPI (previously known as Swagger) and JSON Schema.\n\n\nI will use this project as a basic api to build a Docker Instance when testing on k8s\n\n__Install Poerty__\n```\nhttps://python-poetry.org/docs/?ref=dylancastillo.co#installing-with-the-official-installer\n```\n\n__Using Python Virtual Environment__ (Or it can be used by `./create_virtual_env.sh` to create virtual environment with Poetry dependencies)\n```bash\npython -m venv .venv\nsource .venv/bin/activate\n```\n\n__Using Poetry: Create the virtual environment in the same directory as the project and install the dependencies:__\n```bash\npoetry config virtualenvs.in-project true\npoetry init\npoetry add fastapi\npoetry add uvicorn\npoetry add pytz\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuiyounghwang%2Fpython-fastapi-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuiyounghwang%2Fpython-fastapi-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuiyounghwang%2Fpython-fastapi-basic/lists"}