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