/kv-elixir

Learning Elixir by implementing a key-value database

Primary LanguageElixir

kv-elixir

Learning Elixir by implementing a key-value database.

Based on the Introduction to Mix and OTP from Elixir website.

Test

mix test

Run on REPL

iex -S mix

Compile

mix compile