Skip to content
/ chat Public
forked from kigsmtua/chat

Real time chat (audio,video and text) system done in Django, angular4 and ionic.

License

Notifications You must be signed in to change notification settings

whu933314/chat

 
 

Repository files navigation

Build Status

Chat

Live video,chat,audio messaging system borrowing inspirations from facebook messenger

Demo application found at https://live-chat-clone.herokuapp.com

project Technologies

  1. Django 1.11.3
  2. Django rest framework
  3. Django channels
  4. Angular 4
  5. Ionic 2

Running The project

Using Docker

  1. Clone this repository
  2. Install Docker
  3. Run docker-compose up --build to build and pull the containers (will take awhile)
  4. On a separate terminal, you can run commands as follows : docker exec -it app bash -c

About

Real time chat (audio,video and text) system done in Django, angular4 and ionic.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.9%
  • TypeScript 20.7%
  • HTML 15.0%
  • CSS 10.8%
  • JavaScript 4.9%
  • Dockerfile 2.2%
  • Shell 0.5%