Skip to content

Programmer-yar/Channels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat app (Django Channels)

Initial Setup:

pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Setup redis-server and enter url in 'settings.py' in dict 'CHANNEL_LAYERS'

TODO:

  • User Authentication
  • Get or create Chat room (for 2 people only)
  • Save messages to database

Test accounts:

  • test_user -> testpass1
  • test_user2 -> testpass2

About

Basic chat app using channels in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published