Skip to content

A Web-based chat room application built with Django and Channels 2

Notifications You must be signed in to change notification settings

karthikkashyap98/chat.gg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHAT.GG

A Web based chat-room-application built with Django and Channels 2

Users can Signup and join chat rooms and chat with multiple users.

This application can also be integrated with other web-apps. (Base chat application).

Installation

Clone the repsitory

git clone https://github.com/karthikkashyap98/Chat-Application.git

Install and Create virtualenv

pip install virtualenv

cd Chat-Application

virtualenv env

Install the dependancies

env\Scripts\activate

pip install -r requirements.txt

Start Redis:5

docker run -p 6379:6379 -d redis:5

Start the project

python manage.py runserver

About

A Web-based chat room application built with Django and Channels 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published