/chatapp

Primary LanguagePython

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