All Projects → elpassion → Sprint Poker

elpassion / Sprint Poker

Licence: mit
Online estimation tool for Agile teams.

Programming Languages

elixir
2628 projects

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].