Task Manager is an API, which I developed using FastAPI and services already integrated within the framework. I used some external services such as Alembic to perform the migrations and to create the tables in the PostgreSQL database.
As this is a simple application, I applied good coding practices, using the files as if they were classes. Following SOLID principles in each file, I intend to use this project as a basis for future studies on architecture, Docker, Redis, etc.
Source: lucasgpalves/api-to-do-list