Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 323 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 323 Bytes

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.