Popularity
7.8
Stable
Activity
0.0
Stable
175
31
22

Programming language: Elixir
License: MIT License
Tags: Applications    

Sprint Poker alternatives and similar packages

Based on the "Applications" category.
Alternatively, view Sprint Poker alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Sprint Poker or a related project?

Add another 'Applications' Package

README

Sprint Poker Build Status Code Climate

Online estimation tool for Agile teams, written using Elixir Lang, Phoenix Framework.

http://sprintpoker.io

Setup

  • Install dependencies with mix deps.get
  • Create database with mix ecto.create
  • Migrate database with mix ecto.migrate
  • Seed the database with mix run priv/repo/seeds.exs
  • Start application with mix phoenix.server
  • Run tests with mix test
  • Install one of frontends

Frontends

Contributing

We follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Commit changes to a branch in your fork
  3. Pull request "upstream" with your changes
  4. Merge changes in to "upstream" repo

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

License

Sprint Poker is released under the MIT License. See the [LICENSE] file for further details.


*Note that all licence references and agreements mentioned in the Sprint Poker README section above are relevant to that project's source code only.