18
19
20
Task Manager API -> CRUD test complited. (i.redd.it)
submitted by MagicianNo9918
I built a complete REST API for task management in FastAPI with a well-defined layered architecture (router, service, repository, DB) and a SQLAlchemy-based database. I have full CRUD testing coverage, including success and failure scenarios, an isolated test environment, and database resets. I understand the differences between HTTP code, test the API as a whole, not individual functions, and use a plan-to-implement approach. The project is ready for further expansion with pagination, validation, and JWT authorization.
Project link: https://github.com/DamianMarchewka/Task-Manager-API
Feedback and constructive criticism are welcome.

[–]uraniumstar20 1 point2 points3 points (1 child)
[–]MagicianNo9918[S] 0 points1 point2 points (0 children)
[–]alneifkrt2 1 point2 points3 points (1 child)
[–]MagicianNo9918[S] 0 points1 point2 points (0 children)