Skip to content

Discusser is a real-time-based room application where users can chat with each other.

Notifications You must be signed in to change notification settings

Saumya-ranjan/Discusser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discusser

This django-application is specifically designed for discussing topics or anything related to programming. User can register or login simultaneously from this site and can create room from which She/He can choose topics of room for eg. Django,Python and name of room for eg. why is django so much popular? and the user can specifically comment on that room for eg. Django is popular due to its pragmatic design and ease of use. Other users can view this room and can message accordingly.

The user can also edit their rooms as well as their profile from settings.

Getting Started

Setup project environment with virtualenv and pip.

$ virtualenv project-env
$ source project-env/bin/activate

# You may want to change the name `projectname`.
$ git clone https://github.com/Saumya-ranjan/Discusser.git projectname

$ cd projectname/
$ cp settings_custom.py.edit settings_custom.py
$ python manage.py migrate
$ python manage.py runserver

Features

  • Users can create room of their own
  • Other users can message in a room the user created.
  • Simple logging setup ready for production envs.

Contributing

I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.

ScreenShots:

Home Page

Alt text

Update User Page

Alt text

Message Room

Alt text

Browse Topics

Alt text

Edit your Profile

Alt text

search rooms specifically:

Alt text Alt text

About

Discusser is a real-time-based room application where users can chat with each other.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published