A Simple ChatApp using Django
Can be connected to the local network along multiple devices
Seperate Chat Groups for Group Communication
use virtualEnv or conda
python3 -m venv env
source env/bin/activate
git clone <https://github.com/phadkesharan/djangoChat>
pip install -r requirments.txt
python manage.py runserver
Make Sure the devices are connected to common Wifi or LAN Network
Open cmd and run
ipconfig
Select the IPv4 Address Eg 192.168.0.105
Add :8000 for localhost Eg 192.168.0.105:8000