- How to build a chat app using Django Channels
- How to show notifications for new messages
- How to show a user's online status
- How to show when a user is typing
- How to setup token authentication for websockets
steps to follow to run project:-
python -m virtualenv env
source env/bin/activate
pip install -r requirements.txt
docker-compose -f local.yml up
python manage.py runserver
npm install
npm start