Skip to content
Online estimation tool for Agile teams.
Elixir
Latest commit 7966913 Apr 28, 2016 @fazibear fazibear Merge pull request #38 from elpassion/fazibear-patch-1
Update README.md
Failed to load latest commit information.
config add api to origin Mar 28, 2016
lib remove frontend Mar 3, 2016
priv/repo change namespace Sep 11, 2015
test fix tests Mar 23, 2016
web cast id to string Mar 24, 2016
.gitignore update gitignore Mar 23, 2016
.travis.yml fix travis Mar 3, 2016
LICENSE add license, update readme Sep 4, 2015
Procfile update erlang Aug 22, 2015
README.md Update README.md Apr 28, 2016
elixir_buildpack.config always rebuild Mar 3, 2016
mix.exs update deps Mar 23, 2016
mix.lock update deps Mar 23, 2016

README.md

Sprint Poker Build Status

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.

Something went wrong with that request. Please try again.