Introduction
FastAPI is a modern, fast, web framework for building APIs with Python 3.7+ based on standard Python type hints. It is built on top of Starlette for the web parts, and Pydantic for the data parts. With FastAPI, you can build APIs quickly and easily, with minimal setup