A WhatsApp web simple clone using Elixir/Phoenix, VueJs and PostgreSQL.
LIVE DEMO : https://whatchatapp.herokuapp.com/
VIDEO DEMO v0: https://www.youtube.com/watch?v=Kha_Y7a4yrs
- Inotify-tools (see the following
guide
) - Erlang 24.0
- Elixir 1.11.4
- Nodejs 14.16.1
To start your Phoenix server:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Install Node.js dependencies with
cd assets && npm install
- Start Phoenix endpoint with
mix phx.server
- User authentication
- User registration
- 'Friends'/Groups Chat messages
- Profile settings
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
Get in touch with the authors
- TWITTER : https://twitter.com/Valdes_Che && https://twitter.com/Faymir
- EMAIL: valdesche03@gmail.com
- Official website: http://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix