Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariorez/kanban-quarkus
Projeto Kanban Board
https://github.com/mariorez/kanban-quarkus
docker java quarkus rest-api software-development web-development
Last synced: about 1 month ago
JSON representation
Projeto Kanban Board
- Host: GitHub
- URL: https://github.com/mariorez/kanban-quarkus
- Owner: mariorez
- License: mit
- Created: 2020-07-02T21:34:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T12:35:21.000Z (about 3 years ago)
- Last Synced: 2024-10-01T05:23:07.987Z (about 1 month ago)
- Topics: docker, java, quarkus, rest-api, software-development, web-development
- Language: Java
- Homepage: https://www.youtube.com/user/mariorez
- Size: 785 KB
- Stars: 21
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Projeto: Kanban Board
**Videos deste projeto**: https://www.youtube.com/user/mariorez
Versão **SPRING-BOOT**: https://github.com/mariorez/kanban-board
## Stack da aplicação
- **JAVA** [11]: https://sdkman.io/
- **QUARKUS** [1.6]: https://quarkus.io/
- Maven: https://sdkman.io/
- Postgres: https://hub.docker.com/_/postgres## Levantando a aplicação
1 - Levantar o **Banco-de-Dados POSTGRES**:
```
docker-compose up -d
```2 - Levantar o **QUARKUS**:
```
mvn clean compile quarkus:dev
```## Documentação API
**Open API**: http://localhost:8080/swagger-ui/
## Documentos complementares
![Bucket](draw-bucket.png)
![Card](draw-card.png)
## Geral
**Verificar atualização dos pacotes**
```
mvn versions:display-dependency-updates
```**Verificar atualização dos plugins**
```
mvn versions:display-plugin-updates
```