TODO: add documentation
- Docker
- Java11
- GraalVM
- Quarkus.io
- Websockets
- REST-API
- GraphQL
- PostgreSQL
TODO: add documentation
TODO: describe me
Make sure to install the dependencies:
# mvn
mvn clean install
Start the development server on http://localhost:8080 You can run your application in dev mode that enables live coding using:
./mvnw compile quarkus:dev
TODO: describe me