Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 499 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 499 Bytes

Chatting App

Real time chat app 😁.

How to use it?

  1. Clone this repository into your computer.
  2. Install Requirement.txt
pip install -r requirements.txt
  1. run:
python manage.py migrate
  1. Create users:
python manage.py createsuperuser

PS: I used superusers as users

  1. login
  2. create threads.

Image of the app

Contributions are welcome! 😁