https://github.com/polygenelubricants/planning-poker
Just Planning Poker is a simple lightweight planning poker web application written in .Net Core 9 with Blazor WebAssembly.
https://github.com/polygenelubricants/planning-poker
blazor blazor-webassembly net9 netcore planning-poker scrum signalr-core
Last synced: 3 months ago
JSON representation
Just Planning Poker is a simple lightweight planning poker web application written in .Net Core 9 with Blazor WebAssembly.
- Host: GitHub
- URL: https://github.com/polygenelubricants/planning-poker
- Owner: PolygeneLubricants
- License: mit
- Created: 2020-03-28T10:05:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-15T14:16:53.000Z (10 months ago)
- Last Synced: 2025-10-31T05:41:18.725Z (7 months ago)
- Topics: blazor, blazor-webassembly, net9, netcore, planning-poker, scrum, signalr-core
- Language: C#
- Homepage: https://justplanningpoker.com/
- Size: 328 KB
- Stars: 42
- Watchers: 0
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://learn.microsoft.com/en-us/aspnet/core/blazor/hosting-models?view=aspnetcore-9.0#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:
```bash
git clone
```
2. Build the image:
```bash
docker build -t planning-poker .
```
3. Run the container:
```bash
docker run -p 8080:8080 --name justplanningpoker planning-poker
```
4. Access the application:
- HTTP: http://localhost:8080
### 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