This project is a real-time chat application built using Django and Channels. The front-end design is styled with Tailwind CSS. Below are the steps to set up and run the application.
git clone https://github.com/yourusername/realtime-chat-app.git
cd realtime-chat-app
python -m venv venv
on linux , use 'source venv/bin/activate'
On Windows, use 'venv\Scripts\activate'
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
http://127.0.0.1:8000/
.Tailwind CSS is used for the front-end design.