Hi all. This is just some code from me following the How I Start Elixir exercise by José Valim. Basically, I created an application that allows for linked stores between separate Elixir processes (not system processes, just lightweight Erlang processes that are spawned by a Supervisor).
This is just for learning purposes, and follows the code exactly from the link above.