Skip to content

Sample CRUD endpoint using FastAPI and Tortoise object relational model.

Notifications You must be signed in to change notification settings

Lucioric2000/FastAPI_Tortoise_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This backend is written in Python 3.11, and uses the FastAPI framework.

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.

About

Sample CRUD endpoint using FastAPI and Tortoise object relational model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages