Mix
This is to create a new project.
https://hexdocs.pm/elixir/introduction-to-mix.html
Creating a project called kv
.
- The
--module
specifies that the main module should be calledKV
instead of the defaultKv
Installing dependencies
mix deps.get
Migrations with Ecto