Once the application is pulled from git it can be built and run by maven wrapper using command:
mvnw clean install
This will fetch dependencies and run all tests
To run the app use following command:
mvnw exec:exec
The application will start on the default port 8080