raphael-97 / quarkus-simple-REST

Just an example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus-Simple-REST

Getting started

  1. Clone the project
git clone https://github.com/raphael-97/Quarkus-simple-REST
  1. Run in the root of this project
mvnw compile quarkus:dev

or 

docker compose up
  1. In your browser, navigate to http://localhost:8080/q/swagger-ui to test the endpoints

Endpoints

GET /customers

GET /customers/{id}

POST /customers

PUT /customers/{id}

DELETE /customers/{id}

About

Just an example


Languages

Language:Java 97.7%Language:Dockerfile 2.3%