Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrepaulino/todo_list_spring

Todo list Back-end com Java Spring
https://github.com/andrepaulino/todo_list_spring

api api-rest java spring spring-boot

Last synced: about 11 hours ago
JSON representation

Todo list Back-end com Java Spring

Awesome Lists containing this project

README

        

# Todo list Back-end com Java Spring




## User, endpoint aberto

* `POST /users/`: Cria usuário.
``` json
{
"username": "string",
"password": "string",
"name": "string"
}
```


## Task, exige autenticação 'basic auth'

* `POST /tasks/`: Cria tarefa ligada ao usuário logado.

``` json
{
"title": "string",
"description": "string",
"priority": "string",
"startAt": "yyyy-mm-ddThh:mm:ss",
"endAt": "yyyy-mm-ddThh:mm:ss"
}
```

* `GET /tasks/`: Lista tarefas ligadas ao usuário logado.

* `PUT /tasks/{id}`: Atualiza tarefa ditada pelo id.

Referenciar `/tasks/` omitindo as propriedades inalteradas.




Se gostou 🌟 - Por André Paulino {🎧}