This project uses Quarkus. If you want to run the application in Quarkus dev mode, you have to:
- Clone the repository
git clone https://github.com/Nico769/tlp-challenge.git
- Go to the cloned repository and run
./mvnw compile quarkus:dev
- You can now reach the application at
http://localhost:8080
. Please read the CustomerResource and DeviceResource classes to see the available REST operations.