This project was used during the hands-on of my presentation on API tests with Rest Assured.
It is a simple test project with Rest Assured configured.
To run the tests first you need clone the wiremock server project and run it: https://github.com/massahud/api-test-example-wiremock
The project have an embedded gradle wrapper script, so you do not need to have gradle installed, only Java.
./gradlew testIf windows (not tested):
./gradlew.bat test