No description
Find a file
2026-03-01 10:05:55 +02:00
assets Add channel to be joined 2026-02-28 13:11:58 +02:00
config Switch to HTTP 2026-03-01 10:05:55 +02:00
lib Switch to HTTP 2026-03-01 10:05:55 +02:00
priv Remove ecto repo, add writing to file 2026-02-28 11:56:11 +02:00
test Switch to HTTP 2026-03-01 10:05:55 +02:00
.credo.exs Add credo 2026-02-28 12:00:42 +02:00
.formatter.exs Add credo 2026-02-28 12:00:42 +02:00
.gitignore Preparatory work 2026-02-21 13:05:47 +02:00
AGENTS.md initial commit 2026-02-21 09:20:40 +02:00
mix.exs Add credo 2026-02-28 12:00:42 +02:00
mix.lock Add credo 2026-02-28 12:00:42 +02:00
README.md initial commit 2026-02-21 09:20:40 +02:00

BirdyChat

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • 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