kigsmtua / chat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Chat

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

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.

License:MIT License


Languages

Language:Python 45.8%Language:TypeScript 20.6%Language:HTML 15.0%Language:SCSS 5.5%Language:CSS 5.2%Language:JavaScript 4.9%Language:Dockerfile 2.2%Language:Shell 0.5%Language:Procfile 0.2%