Skip to content

Technology Overview

We use some different libraries in the backend. Here is a quick overview.

FastAPI

FastAPI is used to serve the backend API endpoints.

SQLAlchemy

We use SQLAlchemy as ORM for our PostgreSQL database.

Alembic

Alembic is used for database migrations.