Ecosyste.ms: Awesome
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: about 19 hours ago
JSON representation
A Simple RestFull Sample JEE with micro profile Quarkus
- Host: GitHub
- URL: https://github.com/artodeschini/taskservice
- Owner: artodeschini
- Created: 2017-08-07T03:31:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T15:06:05.000Z (7 months ago)
- Last Synced: 2024-04-26T16:30:38.292Z (7 months ago)
- Topics: bootstrap, h2-database, html, javascript, jquery, microservice, rest-api, sql
- Language: HTML
- Homepage:
- Size: 694 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```