Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavogss/todolistjava
API de gerenciamento de tarefas
https://github.com/gustavogss/todolistjava
java maven spring
Last synced: about 2 months ago
JSON representation
API de gerenciamento de tarefas
- Host: GitHub
- URL: https://github.com/gustavogss/todolistjava
- Owner: gustavogss
- Created: 2024-04-24T23:09:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T22:18:29.000Z (9 months ago)
- Last Synced: 2024-04-27T23:23:53.030Z (9 months ago)
- Topics: java, maven, spring
- Language: Java
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDoList
- API de gerenciamento de tarefas## Stacks utilizadas :robot:
- [Java17](https://www.oracle.com/java/technologies/javase/jdk17-readme-downloads.html)
- [Maven](https://maven.apache.org/)
- [Spring](https://spring.io/projects/spring-boot)
- [H2 Database Engine](https://www.h2database.com/html/main.html)
- [BCrypt](https://mvnrepository.com/artifact/at.favre.lib/bcrypt)
- [Docker](https://docs.docker.com/reference/dockerfile/)
- [Render](https://render.com/)## Features:
- Cadastrar usuário;
- Validar usuário;
- Cadastrar tarefas;
- Listar Tarefas;
- Atualizar tarefas;