Skip to content

An application named 'TopicTorch' built for study purposes where you can go, create you room and people can join it and you can share your thoughts or ideas with them and can take suggestions from them

Notifications You must be signed in to change notification settings

ZainAli121/Django-Chat-Room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TopicTorch

An application built for study purposes where you can go, create your room and people can join it and you can share your thoughts or ideas with them and can take suggestions from them

Preview

chrome_DrTI2503D1 chrome_UwOanlcfb4

Features

  • User Authentication
  • Custom User
  • User Profile
  • Easy Room Creation and Management
  • Room Chats
  • User-Friendly Interface

Tech Stack

  • Python
  • Django
  • Sqlite
  • HTML
  • CSS
  • JavaScript

Api

  • Access the Rooms endpoint
       http://127.0.0.1:8000/api/rooms/
  • Access the room endpoint
     http://127.0.0.1:8000/api/rooms/8/
    

Installation

  1. Clone the project's repository to your local envirement:

    $ git clone https://github.com/ZainAli121/Django-Chat-Room.git
    
  2. Navigate to project directory:

    cd TopicTorch
    
  3. Activate virtual envirement:

    venv\Scripts\activate
    
    
  4. Run the following command to install all dependencies

    python -m pip install -r requirements.txt
    
    
    
  5. Start server with following command:

      python manage.py runserver
    
  6. Click on http://127.0.0.1:8000/ to get access of website.

Contibutions

  • Your contibutions are always appreciated.
  • Fork this repository into your system
  • Make any changes or fix any bugs you found
  • Submit your changes via pull request to main repository

Contributors

  • Zain Ali

About

An application named 'TopicTorch' built for study purposes where you can go, create you room and people can join it and you can share your thoughts or ideas with them and can take suggestions from them

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages