Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 421 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 421 Bytes

Fastapi

FastAPI is a Web framework for developing RESTful APIs in Python. FastAPI is based on Pydantic and type hints to validate, serialize, and deserialize data, and automatically auto-generate OpenAPI documents. It fully supports asynchronous programming and can run with Uvicorn and Gunicorn.

Refrences