Skip to content

EduardoRodMol/Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask

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..

About

exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages