The project builds with gradle (2.7+). If gradle is not installed run gradlew to boot it. Build the project from its root:
gradle shadowJar
First create database:
java -jar build/libs/dwtest-1.0-SNAPSHOT-all.jar db migrate src/main/resources/config.yaml
Then run the fatjar:
java -jar build/libs/dwtest-1.0-SNAPSHOT-all.jar server src/main/resources/config.yaml
Access the following links from a browser:
http://localhost:8080/artist/"an artist name"
http://localhost:8080/bio/"an artist name"
http://localhost:8080/artistView/"an artist name"
http://localhost:8080/bioView/"an artist name"
"an artist name" example: Jaco%20Pastorius