Skip to content

Aplicação básica em Flask que fornece uma API RESTful para gerenciar uma lista de tarefas. Essa API permite operações CRUD (Create, Read, Update, Delete)

License

Notifications You must be signed in to change notification settings

henrique589/API-To-Do_List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API-To-Do_List

#define AUTHOR ["Henrique Azevedo"]

 

URL base - localhost.com

 

Endpoints

  • localhost/tasks (GET)
  • localhost/tasks (POST)
  • localhost/tasks/id (GET)
  • localhost/tasks/id (PUT)
  • localhost/tasks (DELETE)

 

About

Aplicação básica em Flask que fornece uma API RESTful para gerenciar uma lista de tarefas. Essa API permite operações CRUD (Create, Read, Update, Delete)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages