The user can login and signup then create own uniqe rooms and search other users and add them as a friend or in his room and have one to one chat with their friends.
pip install django
pip install django-rest-framework
- Clone the repository
- Inside the project folder, open terminal
python manage.py runserver
It will run the application on your localhost. Open the browser with the localhost address and enjoy the application.