The objective of this project is to create a simple chat room that works in real time.
- User authentication
- Users can send messages in real time through chatrooms
- Users can create different chatrooms
- Allow to delete chatrooms
- Private chatrooms only allowed to certain users
POSTGRES_USER=
POSTGRES_DB=
POSTGRES_PASSWORD=
make up (docker compose up -d)
make down (docker compose down)
mix deps.get
mix ecto.migrate
mix iex -S phx.server