/sprint-poker

Online estimation tool for Agile teams. Built with Reactjs & Phoenix Framework

Primary LanguageElixirMIT LicenseMIT

Sprint Poker Build Status

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

http://sprintpoker.io

Setup

  • Install dependencies with mix deps.get
  • Install npm dependencies with npm install
  • 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

Now you can visit localhost:4000 from your browser.

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.