Skip to content

UbejdJ/chatapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Chat App with Django.


Checkout how the Real Time Chat App works - view demo

Overview of the Chat App

The main focus of this chat application is to enable users chat with one another, therefore I didn't add an authentication system, users are created and logged-in from the Django admin.

Before you access the index page of this application, a user must be logged-in, else there will be an AnonymousUserError from Django.

Remember creating of users, profiles and friends all done in the Django admin.

Screenshots

Index Page:

alt text

Detail Page:

alt text

Detail Page:

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 46.8%
  • HTML 36.8%
  • CSS 16.4%