https://github.com/natthasath/demo-python-fastapi-uvicorn
FastAPI and Uvicorn are tools for building web applications. FastAPI is a web framework for building APIs with Python, while Uvicorn is an ASGI server for serving those APIs. Together, they provide a powerful and efficient way to build and run web applications in Python.
https://github.com/natthasath/demo-python-fastapi-uvicorn
fastapi poetry python uvicorn
Last synced: 18 days ago
JSON representation
FastAPI and Uvicorn are tools for building web applications. FastAPI is a web framework for building APIs with Python, while Uvicorn is an ASGI server for serving those APIs. Together, they provide a powerful and efficient way to build and run web applications in Python.
- Host: GitHub
- URL: https://github.com/natthasath/demo-python-fastapi-uvicorn
- Owner: natthasath
- License: mit
- Created: 2022-08-22T04:53:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-17T06:24:00.000Z (6 months ago)
- Last Synced: 2025-12-20T16:56:09.132Z (6 months ago)
- Topics: fastapi, poetry, python, uvicorn
- Language: Python
- Homepage: https://fastapi.tiangolo.com/
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# demo-python-fastapi-uvicorn
FastAPI and Uvicorn are tools for building web applications. FastAPI is a web framework for building APIs with Python, while Uvicorn is an ASGI server for serving those APIs. Together, they provide a powerful and efficient way to build and run web applications in Python.