An example app that is just a dummy in order to setup proper dev pipeline with deployments.
It uses docker, so I assume you got it in your system. If so just type:
make build
make run
That will setup all you need. App will be present under 8080
on localhost.