exercises The main document, contains a get, put, delete, post methods in order to read, update, remove, or add information
get the list: curl http://localhost:5000/todos
get a single task: curl http://localhost:5000/todos/todo3
in order to put delete or update I do it via postman. post : imagen post (pre)
result: For this example we have added modified, deleted element from a list, but can be done to a relational data base..