An open API service indexing awesome lists of open source software.

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

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:

Home Page

## 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 :)