Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bearddan2000/java-web-maven-quarkus-api-postgres-simple

A POC for quarkus web api
https://github.com/bearddan2000/java-web-maven-quarkus-api-postgres-simple

api connector hibernate java lombok maven postgres quarkus simple web

Last synced: about 15 hours ago
JSON representation

A POC for quarkus web api

Awesome Lists containing this project

README

        

# java-web-maven-quarkus-api-postgres-simple

## Description
A POC for quarkus web api
connecting to a postgresql database.

## Tech stack
- java
- maven
- quarkus
- hibernate
- postgres connector
- lombok

## Docker stack
- postgres:alpine
- maven:3-openjdk-17
- registry.access.redhat.com/ubi8/openjdk-11:1.11

## To run
`sudo ./install.sh -u`
curl -i localhost/dogs

## To stop
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`