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.
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.
The following is a simplified representation of the Supervision Tree used in this application.
The following article was extremely helpful for helping start this project.
MIT. See LICENSE for more details.