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.