Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elpassion/sprint-poker
Online estimation tool for Agile teams.
https://github.com/elpassion/sprint-poker
Last synced: 2 months ago
JSON representation
Online estimation tool for Agile teams.
- Host: GitHub
- URL: https://github.com/elpassion/sprint-poker
- Owner: elpassion
- License: mit
- Created: 2015-07-31T15:54:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T08:53:38.000Z (over 7 years ago)
- Last Synced: 2024-08-02T02:11:15.970Z (5 months ago)
- Language: Elixir
- Homepage: http://sprintpoker.io
- Size: 630 KB
- Stars: 174
- Watchers: 31
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Online estimation tool for Agile teams, written using Elixir Lang, Phoenix Framework and React. (Applications)
- fucking-awesome-elixir - Sprint Poker - Online estimation tool for Agile teams, written using Elixir Lang, Phoenix Framework and React. (Applications)
- awesome-elixir - Sprint Poker - Online estimation tool for Agile teams, written using Elixir Lang, Phoenix Framework and React. (Applications)
README
# Sprint Poker [![Build Status](https://travis-ci.org/elpassion/sprint-poker.svg)](https://travis-ci.org/elpassion/sprint-poker) [![Code Climate](https://codeclimate.com/repos/58edf0c722fccf0268001d37/badges/66da3ec72dad0cb41e7c/gpa.svg)](https://codeclimate.com/repos/58edf0c722fccf0268001d37/feed)
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)## Frontends
- [sprint-poker-inesita](https://github.com/elpassion/sprint-poker-inesita)
- [sprint-poker-react](https://github.com/elpassion/sprint-poker-react)## 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" repoNOTE: 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.
[Elixir Lang]: http://elixir-lang.org
[Phoenix Framework]: http://www.phoenixframework.org
[fork-and-pull]: https://help.github.com/articles/using-pull-requests
[LICENSE]: LICENSE