Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khadijaabdelouassaa/chat-application
chat-application
https://github.com/khadijaabdelouassaa/chat-application
channels chat-application consumer django django-application django-authentication django-channels django-chat-application python routing websocket
Last synced: 3 days ago
JSON representation
chat-application
- Host: GitHub
- URL: https://github.com/khadijaabdelouassaa/chat-application
- Owner: KhadijaAbdeLouassaa
- Created: 2024-12-12T20:12:24.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-12-16T20:25:11.000Z (6 days ago)
- Last Synced: 2024-12-16T21:26:08.100Z (6 days ago)
- Topics: channels, chat-application, consumer, django, django-application, django-authentication, django-channels, django-chat-application, python, routing, websocket
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django chat pplication:
this is a friendly chat application build using django . it allows you to send and receiver messages with your friends as you like.
# Features:
- user authentication(signup, login, logout, reset password)
- manage user profile(change user thumbnail)
- send message, receiver message
- notification for new messages
- search for friend
uFollow friend
- Unfollow friend
- notification for request friend
- accept request friend
- delete request friend
# Technologies used :
- Python
- Django
- Django channels
- Web Socket
- PostgreSQL
- HTML
- CSS
# Installation:
1. Clone the repository:
```
https://github.com/KhadijaAbdeLouassaa/chat-application.git
```
2. Create virtual environment:
```
pip install virtualenv
virtualenv env
```
3. Activate virtual environment:
```
env\scripts\activate
```
4. Install requirements:
```
pip install -r requirements.txt
```
5. Migrate Database:
```
py manage.py makemigrations
py manage.py migrate
```
6. Runing server:
```
py manage.py runserver
```