Online estimation tool for Agile teams, written using Elixir Lang, Phoenix Framework.
- 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
We follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Commit changes to a branch in your fork
- Pull request "upstream" with your changes
- Merge changes in to "upstream" repo
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Sprint Poker is released under the MIT License. See the LICENSE file for further details.