Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 479 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 479 Bytes

Features include

  1. How to build a chat app using Django Channels
  2. How to show notifications for new messages
  3. How to show a user's online status
  4. How to show when a user is typing
  5. How to setup token authentication for websockets

For django setup

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

for react

npm install

npm start