https://github.com/ValdesChe/WhatChat
A web chat application clone of Whatsapp web using Elixir / Phoenix, VueJs and PostgreSQL.
https://github.com/ValdesChe/WhatChat
elixir-lang elixir-phoenix elixir-programming-language genserver html5 javascript phoenix-framework phoenix-server supervisor-worker vue-router vuejs vuex whatchat
Last synced: about 2 months ago
JSON representation
A web chat application clone of Whatsapp web using Elixir / Phoenix, VueJs and PostgreSQL.
- Host: GitHub
- URL: https://github.com/ValdesChe/WhatChat
- Owner: ValdesChe
- License: bsd-3-clause
- Created: 2018-11-27T18:04:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:51:00.000Z (over 2 years ago)
- Last Synced: 2024-11-04T03:32:51.690Z (7 months ago)
- Topics: elixir-lang, elixir-phoenix, elixir-programming-language, genserver, html5, javascript, phoenix-framework, phoenix-server, supervisor-worker, vue-router, vuejs, vuex, whatchat
- Language: Vue
- Homepage: https://www.youtube.com/watch?v=Kha_Y7a4yrs
- Size: 6.72 MB
- Stars: 40
- Watchers: 7
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/ValdesChe/WhatChat) [](https://codecov.io/gh/ValdesChe/WhatChat) [](https://opensource.org/licenses/BSD-3-Clause)
[](https://whatchatapp.herokuapp.com/)
# WhatChatA WhatsApp web simple clone using Elixir/Phoenix, VueJs and PostgreSQL.
## Screenshots
LIVE DEMO : https://whatchatapp.herokuapp.com/
VIDEO DEMO v0: https://www.youtube.com/watch?v=Kha_Y7a4yrs
## Requirements
- Inotify-tools (see the following [`guide`](https://github.com/inotify-tools/inotify-tools/wiki) )
- Erlang 24.0
- Elixir 1.11.4
- Nodejs 14.16.1## Installation
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`## Features
- User authentication
- User registration
- 'Friends'/Groups Chat messages
- Profile settingsNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Contacts
Get in touch with the authors
- TWITTER : https://twitter.com/Valdes_Che && https://twitter.com/Faymir
- EMAIL: [email protected]## Learn more
- 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