Skip to content

This project provides a reference architecture examples to create a simple API using Quarkus framework

Notifications You must be signed in to change notification settings

99x/quarkus-api-quickstarter

Repository files navigation

Introduction

This project is a skeleton/ boilerplate project using Quarkus framework to expose a simple REST API connecting to a database

Dependencies

The application has dependencies to the following

  • postgresql
  • keycloak

To initialize the dependecies you can run the bundled docker-compose file

cd src/main/docker/
docker-compose up

This will start keycloak in port 8080 and postgresql in port 5433

Running the application

./gradlew quarkusDev

This will start the application in port 8082

About

This project provides a reference architecture examples to create a simple API using Quarkus framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published