Planning poker is collaborative planning app for to estimate how complex a task is for a team of developers to complete.
-
Prerequisites:
In order to run this project please make sure that the following packages are installed:
- git - docker - docker-compose
-
Clone the repository:
git clone [email protected]:pyghassen/planning-poker.git
-
Run the tests:
docker-compose run test
-
Start the server:
docker-compose up --build web
-
Open browser on the following address:
http://localhost:8000