This is a simple server that responds to REST requests. It provides client with the current available polls with the partial results.
In order to start the app, postgresql database must be installed and configured. Read the tutorial for details.
https://www.playframework.com/documentation/2.2.x/ScalaDatabase
Start the app on localhost:9000.
sbt run