Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 376 Bytes

File metadata and controls

10 lines (7 loc) · 376 Bytes

The Adaptable Backend: Python

This repository contains the source code for the "Adaptable Backend: Python" series.

Branches

  • python-restapi-setup: Basic project setup with FastAPI and uv.
  • python-restapi-di: Dependency Injection implementation.
  • python-restapi-persistence: PostgreSQL persistence.
  • python-restapi-persistence-mongodb: MongoDB persistence.