Skip to content

๐Ÿƒ Elixir based scrum planning poker. Built to build a deeper understanding of OTP, concurrency, and the Elixir ecosystem.

License

Notifications You must be signed in to change notification settings

MathyouMB/scored

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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