https://github.com/earthskyorg/django-chatapp
Django Chat App
https://github.com/earthskyorg/django-chatapp
Last synced: 4 months ago
JSON representation
Django Chat App
- Host: GitHub
- URL: https://github.com/earthskyorg/django-chatapp
- Owner: earthskyorg
- Created: 2022-12-14T02:51:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T02:53:49.000Z (about 3 years ago)
- Last Synced: 2025-03-13T05:42:50.164Z (10 months ago)
- Language: JavaScript
- Size: 2.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Chat Application
A chat application built using django rest framework. The
user can search other users and add them as a friend and have
one to one chat with their friends.
## Screenshots


## Installation
```
pip install django
pip install django-rest-framework
```
## How to use?
- Clone the repository
- Inside the project folder, open terminal
- Run the following command in the terminal:
```
python manage.py runserver
```
- It will run the application on your localhost.
- Open the browser with the localhost address and enjoy the application.