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

https://github.com/artodeschini/taskservice

A Simple RestFull Sample JEE with micro profile Quarkus
https://github.com/artodeschini/taskservice

bootstrap h2-database html javascript jquery microservice rest-api sql

Last synced: 2 months ago
JSON representation

A Simple RestFull Sample JEE with micro profile Quarkus

Awesome Lists containing this project

README

          

# TaskService
A Simple RestFull Sample Quarkus

## In this sample I use:

* Java 11
* Maven 3.8.4
* Quarkus
* JPA / Panache with h2 Databases
* JSON
* jQuery (only use to bootstrap)
* Bootstrap 5
* HTML5

## to build

```bash
mvn clean install
```

## to run application

```bash
java -jar target/quarkus-app/quarkus-run.jar
```