/Accord

Primary LanguageHTML

Accord

Accord is a Web-based Chat application developed using Django. Users can edit their profiles, create rooms (on any topic) and communicate.
Incorporated CRUD functionalities and a custom user model. Used Django REST framework to provide APIs.

Setting up this project

--> After cloning this repo, create a virtual environment :

pip install virtualenv

virtualenv envname

--> Activate the virtual environment :

envname\scripts\activate

--> Install the requirements :

pip install -r requirements.txt

--> To run the App, we use :

python manage.py runserver

App Preview :

 

Feed Home


Room Conversation Preview