Skip to content

Files

Latest commit

9f76512 · Dec 20, 2021

History

History
This branch is 139 commits behind BlackIQ/Hello-World:main.

Fastapi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 20, 2021
Dec 20, 2021
Dec 20, 2021
Dec 20, 2021
Dec 20, 2021
Dec 20, 2021

README.md

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