Go to file
2022-11-26 23:54:11 +01:00
assets no more pubkey_db! 2022-11-26 23:54:11 +01:00
config no more pubkey_db! 2022-11-26 23:54:11 +01:00
lib no more pubkey_db! 2022-11-26 23:54:11 +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 fix wrong paths 2022-11-26 18:24:37 +01:00
mix.exs add basic floof handling 2022-11-26 18:08:04 +01:00
mix.lock no more pubkey_db! 2022-11-26 23:54:11 +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