An open API service indexing awesome lists of open source software.

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.

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.