Skip to content

PolygeneLubricants/planning-poker

Repository files navigation

Just Planning Poker

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.

Running with Docker

Quick Start

  1. Clone the repository:

    git clone <repository-url>
  2. Build the image:

    docker build -t planning-poker .
  3. Run the container:

    docker run -p 8080:8080 --name justplanningpoker planning-poker
  4. Access the application:

Environment Variables

The following environment variables can be configured:

  • ASPNETCORE_ENVIRONMENT: Set to Production for production deployment
  • ASPNETCORE_URLS: Configure the URLs the application listens on

About

Just Planning Poker is a simple lightweight planning poker web application written in .Net Core 9 with Blazor WebAssembly.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 5