API REST de gestión de tareas con FastAPI. CRUD completo, soft delete, paginación y Docker.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
37
commits
documentation: updated README.md to add the ghcr package fo Docker
a1152b9View on GitHubfeature(list_models): created the static models for the lists endpoints
3815f6eView on GitHubfix(task_models): the model was exposing "completed" where's not needed, the key was deleted.
decfc82View on GitHubfeat(exceptions): added bad request 400 to the http exceptions.
b1d54dbView on GitHubrefactor(data_dump): now all the json has the tasks in spanish and with the correct keys
6ebb5b0View on GitHubdocker: now the docker has the complete build without reload. Also the requeriments.txt has less imports (why did I put those?)
b1134c1View on GitHubfix(exceptions): fixed a critical issue where without the static method, Python interpretes the first argument as "self" invalidating the next one
7a2ef60View on GitHubrefactor: with the new router is needed to change the uses of architecture of the models and the exceptions.
0d724bbView on GitHub