Go to file
2022-11-26 17:27:01 +01:00
assets basic chat stuff 2022-11-26 17:27:01 +01:00
config initial commit 2022-11-26 17:16:54 +01:00
lib basic chat stuff 2022-11-26 17:27:01 +01:00
priv initial commit 2022-11-26 17:16:54 +01:00
test basic chat stuff 2022-11-26 17:27:01 +01:00
.formatter.exs initial commit 2022-11-26 17:16:54 +01:00
.gitignore initial commit 2022-11-26 17:16:54 +01:00
mix.exs initial commit 2022-11-26 17:16:54 +01:00
mix.lock initial commit 2022-11-26 17:16:54 +01:00
README.md initial commit 2022-11-26 17:16:54 +01:00
shell.nix initial commit 2022-11-26 17:16:54 +01:00

Chat

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.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more