A Django chat application with user authentication, real-time messaging using WebSocket, and a database to store users and messages.
- User authentication (signup/login).
- left menu to display registered users.
- Real-time chat using WebSocket.
- Database to store users and messages.
- Retrieve and display old messages.
- GitHub Code: Django Code
1. Navigate to the `chat_project` folder:
cd chat_project
2. Install requirements.txt file
pip install -r requirements.txt
3. Run the server
python manage.py runserver