Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 555 Bytes

Description

This is a simple server that responds to REST requests. It provides client with the current available polls with the partial results.

Prerequisites

sbt

java8

postgresql

Getting Started

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