- A web application for real-time chat
- Users can create a new Room and start chat
- Anyone can join the chat by entering the room name
Used Technology:
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Your Django project is LIVE now on your localhost.
Open your browser and type 127.0.0.1:8000 on address bar.