Skip to content

pyghassen/planning-poker

Repository files navigation

planning-poker-app

Build Status codecov

Purpose

Planning poker is collaborative planning app for to estimate how complex a task is for a team of developers to complete.

How to start

  1. Prerequisites:

    In order to run this project please make sure that the following packages are installed:

    - git
    - docker
    - docker-compose
    
  2. Clone the repository:

    git clone [email protected]:pyghassen/planning-poker.git

  3. Run the tests:

    docker-compose run test

  4. Start the server:

    docker-compose up --build web

  5. Open browser on the following address:

    http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks