simple chat system with php - SIMPLE CHAT APP USING DJANGO REST FRAMEWORK

SIMPLE CHAT APP USING DJANGO REST FRAMEWORK

Posted on

- SIMPLE CHAT APP USING DJANGO REST FRAMEWORK

Project: Simple Chat App using Django REST Framework

Please scroll down and click on the download button to download Simple Chat App using Django REST Framework project for free.

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 System

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 The 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:

  1. pip install -r requirements.txt
  2. python manage.py runserver

Step-3: Finally, open the browser and go to localhost:8000

For admin panel:
username -> Admin
password -> Chatting123

The Simple Chat App using Django REST Framework is free to download, Use for educational purposes only! In addition, for the project demo, you can have a look at the video below.


Thank you very much for your visiting in our simple blog, share tutorial and programming coding. Hope this blog will help you in fixing your coding problem.

source : code-projects.org