https://github.com/arvind-4/chat-app-using-django
Simple Chat App Using Django
https://github.com/arvind-4/chat-app-using-django
ajax django html5
Last synced: 4 months ago
JSON representation
Simple Chat App Using Django
- Host: GitHub
- URL: https://github.com/arvind-4/chat-app-using-django
- Owner: arvind-4
- License: mit
- Created: 2021-05-30T13:55:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T11:30:43.000Z (about 2 years ago)
- Last Synced: 2025-06-10T08:03:33.737Z (7 months ago)
- Topics: ajax, django, html5
- Language: Python
- Homepage: https://github.com/Arvind-4/chat-app-using-django
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog
## 📦 Tech Stack:
- [Django](https://www.djangoproject.com/) - Django makes it easier to build better web apps more quickly and with less code.
- [jQuery](https://jquery.com/): The Write Less, Do More, JavaScript Library.
## Demo:

## Getting Started:
- Clone repository
```bash
mkdir ~/Dev/chat -p
cd ~/Dev/chat
git clone https://github.com/Arvind-4/Chat-App-Using-Django.git .
```
- Install Dependencies:
```bash
cd ~/Dev/chat
python3.8 -m pip install virtualenv
python3.8 -m virtualenv .
source bin/activate
pip install -r requirements.txt
```
- Run Server:
```bash
cd ~/Dev/chat
python manage.py runserver
```
Open [localhost:8000](http://localhost:8000) in your favourite browser :)