/planning-poker

Simple planning poker app inspired by pointingpoker.com

Primary LanguageJavaOtherNOASSERTION

Planning poker

License: GPL v3

Building

To build executable jar, run:

mvn clean package

Running

After the application is done building, there should be a .jar file in target directory. To execute this file, run:

java -jar target/planningpoker-*.jar

Configuration

See com.glovoapp.planningpoker.Configuration for all available environment variables.