Arvind-4 / Chat-App-Using-Django

Simple Chat App Using Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

📦 Tech Stack:

  • Django - Django makes it easier to build better web apps more quickly and with less code.
  • jQuery: The Write Less, Do More, JavaScript Library.

Demo:

Home Page

Getting Started:

  • Clone repository
mkdir ~/Dev/chat -p
cd ~/Dev/chat
git clone https://github.com/Arvind-4/Chat-App-Using-Django.git .
  • Install Dependencies:
cd ~/Dev/chat
python3.8 -m pip install virtualenv
python3.8 -m virtualenv . 
source bin/activate
pip install -r requirements.txt
  • Run Server:
cd ~/Dev/chat
python manage.py runserver

Open localhost:8000 in your favourite browser :)

About

Simple Chat App Using Django

License:MIT License


Languages

Language:Python 58.3%Language:HTML 39.0%Language:Shell 2.7%