A simple web-based planning poker game. See this blog post for more information.
https://planningpoker-tool.herokuapp.com
To build from the source code:
./gradlew
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