FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
运行方式: 进入到项目的根目录,uvicorn main:app --reload
Documentation: https://fastapi.tiangolo.com
Source Code: https://github.com/tiangolo/fastapi