A Real time chat application built with Python and jQuery AJAX.
Users in a group can view all the previous messages in a particular chat room
. Cool isn't it?
- Clone the repository
git clone https://[email protected]:mrbazzan/chat-app
- Change directory
cd chat-app
- Set up Virtual Environemnt and activate it
python3 -m venv venv/
source venv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Then run;
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
Tutorial Video ^ | | Code with Tomi