Do you need a simple Webpage to play Planning Poker with your team? Want to get estimations without having to pay for the number of estimations or people estimating?
This project provides a combination of a webpage with a backend that can be easily deployed as one docker container.
docker build .
docker run -p 80:80 <IMAGE>
Webpage will be available on http://localhost:80
This project is Open Source. Pull requests will be reviewed and merged if the change seems reasonable. Feel free to suggest changes and report bugs through the issues tab. You can also always fork the repository and use it as a foundation for your own project.