It include two types of chats :
- Public Chat
- Private Chat (One-to-one Chat)
-
Get the source code on to your machine via git.
git clone https://github.com/subhamyadav580/Chat-Application-using-Django.git
-
Now install all pakages.
pip3 install -r requirements.txt
-
Now move to the project directory.
cd Chat-Application-using-Django
-
Finally run the server
python3 manage.py runserver
-
That's it. Open web browser and hit the URL http://127.0.0.1:8000/chat/ for using For using Public Chat.
-
That's it. Open web browser and hit the URL http://127.0.0.1:8000/privatechat/ for using For using Private Chat or One-to-One Chat.