/django_react_chat

Chat web app build using django channels and react

Primary LanguageJavaScript

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