Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/siimon/web-planning-poker


https://github.com/siimon/web-planning-poker

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# SCRUM Planning Poker

This application is used during planning poker meetings and is useful when the team isn't at the same location.

## Requirements

* HTML5 supporting browser that supports websockets.
* node.js and npm installed
* socket.io (included in repo)
* express (npm install express)
* some kind of webserver, only tested on apache.

## Setup

* Copy webdir to a new directory where your webserver can access it.
* Adjust settings in scripts/settings.js and settings.js.
* Start the server with node scrum_cards_server.js
* Browse to host/admin.html and enter your admin nick as name.
* All participants should browse to host url and just enter their name to participate in the planning poker.

## Credits

* socket.io
* express
* node.js