Skip to content

dev-cruz/Live-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveChat

A live chat based on whatsapp web interface and built with Phoenix Framework.

Setup:

First, you need to copy your .env.example into a .env file, and then, populate your env vars.

$ source .env
$ mix deps.get
$ mix ecto.setup
$ cd assets/ && npm install && cd ..
$ mix phx.server   

Now you can visit localhost:4000 from your browser.

About

A live view phoenix applicationA live chat based on whatsapp web interface and built with Phoenix Framework.

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors