Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 698 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 698 Bytes

trio-chat-application

A simple chat application to better understand django-channels

Overview/Result

Login screen Screenshot from 2023-09-29 15-10-45

Chat Lobby Screenshot from 2023-09-29 15-11-01

Room with messaging Screenshot from 2023-09-29 15-11-37

Instructions

  1. clone the project
  2. set up an environment variable and pip install requirements
  3. cd into chatapp and run python manage.py migrate
  4. run python manage.py runserver
  5. explore!