This is an CRUD operation supporting API, which uses FastAPI as its main framework. I developed it as a prractise project to explore FastAPI, and it is my first project made using ths tech stack.
- As database, it uses PostgreSQL.
- SQL engine used is psycopg2
- Database Migration Tool used is Alembic