Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 967 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 967 Bytes

ChatApp-DjangoChannels

A chatting application using websockets (Django Channels , Tortoise ORM)

1. Users can have a group Chat.
2. Users can have a private Chat.
3. Users can delete their messages as well.
4. Login Alerts if a user logs in while the other user is online

Installing Requirements

Use Virtualenv and install the packages.

pip install -r requirements.txt

Running the Project

Go to the project dir and run the below line in the terminal.

python manage.py runserver

Project Snapshots

Screenshot from 2021-04-15 14-24-30 Screenshot from 2021-04-15 14-24-21 Screenshot from 2021-04-15 14-23-51