Skip to content

A simple server side for an all-polls android application.

License

Notifications You must be signed in to change notification settings

jasbuber/all-polls-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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