FastAPI
文章目录
学习自:https://www.bilibili.com/video/BV1xE41177Lh
一、关于 FastAPI
文档
官网文档:https://fastapi.tiangolo.com
框架源码:https://github.com/tiangolo/fastapi
安装
$ pip install fastapi
您还需要一个ASGI服务器,用于生产,如Uvicorn或