This project is a FastAPI API demonstrating a CRUD endpoint, with path /api/v1/sample, to interact with the contents of a PostgreSQL table named test_table. The structure of that table is defined in the file doc/sql/test_table_creation_script.sql.
Lucioric2000/FastAPI_Tortoise_demo
Sample CRUD endpoint using FastAPI and Tortoise object relational model.
Python