Table of Contents

Overview

FastAPI is a modern, fast (high-performance) web framework for building APIs with Python 3.7+ based on standard Python type hints. It's one of the fastest Python frameworks available.

Key Features

Content coming soon...

Installation

pip install fastapi uvicorn

Basic Usage

Content coming soon...

See Also

Resources