Skip to content

Its a Chat application which consist of Public Chat and Private Chat (one-to-one chat) functionality.

Notifications You must be signed in to change notification settings

subhamyadav580/Chat-Application-using-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

It include two types of chats :

  • Public Chat
  • Private Chat (One-to-one Chat)

User Stories

  1. Get the source code on to your machine via git.

    git clone https://github.com/subhamyadav580/Chat-Application-using-Django.git

  2. Now install all pakages.

    pip3 install -r requirements.txt

  3. Now move to the project directory.

    cd Chat-Application-using-Django

  4. Finally run the server

    python3 manage.py runserver

  5. That's it. Open web browser and hit the URL http://127.0.0.1:8000/chat/ for using For using Public Chat.

  6. That's it. Open web browser and hit the URL http://127.0.0.1:8000/privatechat/ for using For using Private Chat or One-to-One Chat.

About

Its a Chat application which consist of Public Chat and Private Chat (one-to-one chat) functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published