To start your Phoenix server:
- Install dependencies with
mix deps.get - Create and migrate your database with
mix ecto.setup - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server - Navigate your browser to
localhost:8080and request a login code with[email protected]and presscontinue - Look at the server log for the line
[info] [NarwinChatWeb.LoginLive] - Login Link Requestedand copy thelogin_codevalue and paste into form - After you are authenticated point the browser to
localhost:8080/adminand create a new room