Skip to content

ChatGroup is a real-time group chatting web applications using Django and Websockets deployed on Heroku

Notifications You must be signed in to change notification settings

RudreshVeerkhare/GroupChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroupChat

This is my another vacation project which is group chatting website.This website is based on Django python web framework and application of Websockets.Websockets are implemented with Django using django-channels and channel-redis.This website is deployed on Heroku with AWS S3 (Amazon Web Services) for storing user files.

You can explore more on : https://rudresh-chatgroup.herokuapp.com/

Overview Of Website

  • First page is a login page Which will ask for username name and password
    login page
  • At bottom of login container there is a link for Sign Up page for new users
    sign up page
  • After logging in you will be directed to homepage of website where you can see all your Groups listed.
    home page
  • You can click on any of the the group to enter chatting lobby.
    group page
  • From here you will be directed to Group Profile if you click on the group name above, where you can change group profile image and info.
    group profile
  • There is a similar page for User Profile also.
    User Profile
  • There are also features like Search User to search available users on site, search finds the users whose name matchs to initails of entered text.
    search page

Modules and packages used :

  1. django
  2. django-channels
  3. channel-redis
  4. crispy-form-tags
  5. Bootstrap 4
  6. Reconnecting-websockets by joewalnes

About

ChatGroup is a real-time group chatting web applications using Django and Websockets deployed on Heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published