Skip to content

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

License

Notifications You must be signed in to change notification settings

phoenix-examples/sprint-poker

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 55.2%
  • CoffeeScript 27.8%
  • CSS 7.6%
  • HTML 5.0%
  • JavaScript 4.3%
  • Shell 0.1%