Skip to the content.

Planning Poker

Build Status codecov Heroku

About

A simple web-based planning poker game. See this blog post for more information.

Demo

https://planningpoker-tool.herokuapp.com

Building

To build from the source code:

./gradlew

Running

Both the web and api apps can be started using docker-compose:

docker-compose up

Alternatively, binaries for the latest release can be downloaded here. These can be run with:

java -jar planningpoker-<version>.jar