This is a simple web chatting application made using Python Django Framework and Rest API. It contains all the features of any chat app such as login, register functions and allows users to chat with anyone registered to the system.
About this Simple Web Chatting Tool Django Project :
The system is built fully in Django Framework in back-end and HTML, CSS in front-end. It contains similar user interface as a messenger application where all registered users are listed and you can chat with anyone.
Along with the chatting feature, all the recent messages is present on the same screen with scrollbar where user can scroll to see any previous messages with any other user. The web-chatting app also has a admin panel from where all the Chats and Users can be managed.
How To Run This Django Project ?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
Step-1: Extract/unzip the file
Step-2: Go inside the project folder, open cmd and type the following commands to install Django Framework and run the webserver:
- pip install -r requirements.txt
- python manage.py runserver
Step-3: Finally, open the browser and go to localhost:8000
For admin panel access of this Django Project :
username -> Admin
password -> Chatting123