Skip to content

About FastAPI

As the website of FastAPI mentions:

Quote

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.8+ based on standard Python type hints.

How and why do we use FastAPI

FastAPI is used in the Core engine and all the services to expose the routes to the internet.

Install FastAPI

To install FastAPI you just need to install the pip packages

pip install fastapi uvicorn[standard]

Optionally you can create a virtual environment to install this package only for a specific project.

Configuration

None.

Resources and alternatives

These resources and alternatives are related to the current item (in alphabetical order).

None at the moment.