PhxTalk is a web chat application built with Elixir and Phoenix LiveView. Users can sign up to participate in various chatrooms, send messages, and interact in real time
- Create/edit for Accounts
- Create/edit/remove for ChatRooms
- Private ChatRooms
POSTGRES_USER=
POSTGRES_DB=
POSTGRES_PASSWORD=make up # docker compose up -d
make down # docker compose downmix deps.get
mix ecto.migrate
mix iex -S phx.server