Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```