An open API service indexing awesome lists of open source software.

https://github.com/kksoftwareag/partypoker


https://github.com/kksoftwareag/partypoker

agile aspnetcore blazor csharp planningpoker scrum

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Planning Poker in Blazor

![Build Status](https://github.com/kksoftwareag/partypoker/actions/workflows/github-actions-build.yml/badge.svg)
![Docker Pulls](https://img.shields.io/docker/pulls/lyra1337/partypoker)

This repository contains a real time planning poker web application based on [ASP.NET Core Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor).

You can check out a live demo [over here](https://www.planningpoker.party/demo).

## Prerequisites

- [.NET 9 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) or [Visual Studio Code](https://code.visualstudio.com/Download).

## How to in run in Visual Studio
1. Clone or download.
2. Open the solution in Visual Studio 2022+ and press F5. All dependencies will be installed and a browser window will be openend

## How to run in the console
Please refer to [BUILDING.md](BUILDING.md)

## Contributing
Pull requests are welcome.