Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 969 Bytes

README.md

File metadata and controls

54 lines (26 loc) · 969 Bytes

DjangoChat - Chat Application created using Django

Description

A Simple ChatApp using Django

Can be connected to the local network along multiple devices

Seperate Chat Groups for Group Communication

How to use

Should have python 3.9 or higher installed

Create Virtual Environment using

use virtualEnv or conda

virtualEnv

python3 -m venv env

Activate Environment

source env/bin/activate

Clone the repository or copy contents

git clone <https://github.com/phadkesharan/djangoChat>

Install Dependencies

pip install -r requirments.txt

Run Local Server

python manage.py runserver

How to Connect multiple devices over local Network

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

Now Connect to the address from multiple devices and Enjoy The App!!