Skip to content

Rafay106/DjangoChatApp

Repository files navigation

Django Chat App

This is a web chatting app in which registered users can create chat rooms on certain topics. Topics can be user defined and a single topic can have multiple chat rooms. Multiple users can participate in multiple chat rooms and any user (registered or anonymous) can view any chat room.

Requirements

  • Django (pip install django)
  • Restframework (pip install djangorestframework)
  • Corsheaders (pip install django-cors-headers)
  • Pillow (pip install pillow)

Database used - Oracle

URLs / Templates

Homepage / Landingpage (localhost:{portnumber})

localhost.png

Login (localhost:{portnumber}/login)

localhost-login.png

Register (localhost:{portnumber}/register)

localhost-register.png

Create Room (localhost:{portnumber}/create-room)

localhost-create~room.png

Room (localhost:{portnumber}/room-{id})

localhost-room~1.png

User Profile (localhost:{portnumber}/profile-{username})

localhost-profile-saad.png

Edit User Profile (localhost:{portnumber}/profile/edit)

localhost-profile-edit.png

Topics (localhost:{portnumber}/topics)

localhost-topics.png

About

Projects using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published