/chat

Primary LanguageElixir

Chat

To start your Phoenix server:

  • docker run --name chat -p 5432:5432 -d postgres
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.