Python 3.9
$ poetry install
---> 100%
$ poetry shell
---> 100%
- Start up PostgreSQL(Docker) and amin(Docker)
$ docker-compose up -d
---> 100%
- Start up FastAPI
$ make up
---> 100%
$ pytest -s -v
---> 100%
Independent TechEmpower benchmarks show FastAPI applications running under Uvicorn as one of the fastest Python frameworks available, only below Starlette and Uvicorn themselves (used internally by FastAPI). (*)
To understand more about it, see the section Benchmarks.