Skip to content

Latest commit

 

History

56 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD WEB-Application (Task Manager)

API

GET "/tasks/{id}" - get task by id
GET "/tasks" - get all tasks
POST "/tasks" - post new task
PUT "/tasks/{id}" - update existing task by id
DELETE "/tasks/{id}" - delete existing task by id

About

Репозиторий для решений домашних заданий "Открытые школы Т1". RESTful API (Task-менеджер).

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages