Skip to content
/ phxTalk Public

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

License

Notifications You must be signed in to change notification settings

Axl-91/phxTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhxTalk

Objective

The objective of this project is to create a simple chat room that works in real time.

Features as of now

  • User authentication
  • Users can send messages in real time through chatrooms
  • Users can create different chatrooms
  • Allow to delete chatrooms
  • Create private chatrooms (Only allowed to selected users)

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

Releases

No releases published

Packages

No packages published