Skip to content
Tim edited this page May 30, 2025 · 3 revisions

In order to run the application:

./gradlew -Dtoken=userToken bootRun

Then open this URL in your favorite browser: http://localhost:8083/

To run the tests:

./gradlew -Dtoken=userToken test
Clone this wiki locally