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.
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.