Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

43 lines (22 loc) · 1.1 KB

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.