This is a simple django chat applications for real time chatting. One needs to create an account to be able to chat with others. User can create their own room for chatting.
These are the libraries and frameworks used to build this chat application. 1.Django == 3.0.2 2.django-environ == 4.1.4 3.channels == 3.0.4
First clone the repository from Github and cd into the Djagno Projects/Chat
Activate the virtualenv for the project
Install project dependencies
$ pip install -r requirements.txt
Then aplly the migrations
$ python manage.py runserver
Now you can run the server
$ python manage.py runserver