Skip to content

kar137/chatapplication-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

A Django chat application with user authentication, real-time messaging using WebSocket, and a database to store users and messages.


Table of Contents

  1. Django Chat Application
  2. How to Run
  3. Hosted Links

Django Chat Application Screenshots

Register page

Login Page

Home Page

Chat Page

Messaging

Features

  • User authentication (signup/login).
  • left menu to display registered users.
  • Real-time chat using WebSocket.
  • Database to store users and messages.
  • Retrieve and display old messages.

Code


How to Run

chat app

1. Navigate to the `chat_project` folder:
   cd chat_project

2. Install requirements.txt file
    pip install -r requirements.txt

3. Run the server
    python manage.py runserver

About

chat application built using django channels and web sockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published