Skip to content

fazibear/sprint-poker

 
 

Repository files navigation

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.

About

Online estimation tool for Agile teams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Elixir 100.0%