Skip to content

Simple dockerized Website that can be used to play Planning Poker

License

Notifications You must be signed in to change notification settings

NewCeptionDev/PlanningPoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Planning Poker

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.

How to use

docker build .
docker run -p 80:80 <IMAGE>

Webpage will be available on http://localhost:80

Technologies used

Frontend

Backend

Deployment

Open Source

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.