Skip to content

Axl-91/phxTalk

Repository files navigation

PhxTalk

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

Features

  • Create/edit for Accounts
  • Create/edit/remove for ChatRooms
  • Private ChatRooms

Instructions to run the project

1) Set up you .env file

POSTGRES_USER=
POSTGRES_DB=
POSTGRES_PASSWORD=

2) Create/Run Db

make up # docker compose up -d
make down # docker compose down

3) Run Elixir App

mix deps.get
mix ecto.migrate
mix iex -S phx.server

About

Chatroom web app that works in real time made in Elixir / Phoenix / LiveView

Topics

Resources

License

Stars

Watchers

Forks

Contributors