Just Planning Poker is a simple lightweight planning poker web application. It runs in-memory, and thus only requires a web application to host and run the tool.
It is written in .Net 9, using Blazor WebAssembly.
It is designed to supplement face-to-face planning poker, since many development teams are often working remotely, following the global pandemic that resulted in office shut-downs in most of the world.
-
Clone the repository:
git clone <repository-url>
-
Build the image:
docker build -t planning-poker .
-
Run the container:
docker run -p 8080:8080 --name justplanningpoker planning-poker
-
Access the application:
- HTTP: http://localhost:8080
The following environment variables can be configured:
ASPNETCORE_ENVIRONMENT
: Set toProduction
for production deploymentASPNETCORE_URLS
: Configure the URLs the application listens on