- Clone the project
git clone https://github.com/raphael-97/Quarkus-simple-REST
- Run in the root of this project
mvnw compile quarkus:dev
or
docker compose up
- In your browser, navigate to
http://localhost:8080/q/swagger-ui
to test the endpoints
GET /customers
GET /customers/{id}
POST /customers
PUT /customers/{id}
DELETE /customers/{id}