Skip to content

MathyouMB/scored

Repository files navigation

Scored

Scored is an elixir based web application for holding scrum planning poker 🃏.

This application was built to build a deeper understanding of OTP, concurrency, and the Elixir ecosystem. It was intentionally built without a larger framework like Phoenix so that key OTP concepts had to be implemented on their own.


Setup

Ensure you have Elixir installed and run the following command to setup project dependencies.

mix deps.get

Run the following command to run the application.

iex -S mix

Navigate to localhost:4000 to view the application.

Supervision Tree

The following is a simplified representation of the Supervision Tree used in this application.

Resources

The following article was extremely helpful for helping start this project.

License

MIT. See LICENSE for more details.

About

🃏 Elixir based scrum planning poker. Built to build a deeper understanding of OTP, concurrency, and the Elixir ecosystem.

Topics

Resources

License

Stars

Watchers

Forks

Contributors