Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 806 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 806 Bytes

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.