IRL café Get started Install dependencies: mix deps.get Start database: docker compose up -d db Create and migrate the database: mix ecto.setup Start app: iex -S mix phx.server Now you can visit localhost:4000 from your browser.