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
- User Authentication
- Custom User
- User Profile
- Easy Room Creation and Management
- Room Chats
- User-Friendly Interface
- Python
- Django
- Sqlite
- HTML
- CSS
- JavaScript
- 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/
-
Clone the project's repository to your local envirement:
$ git clone https://github.com/ZainAli121/Django-Chat-Room.git
-
Navigate to project directory:
cd TopicTorch
-
Activate virtual envirement:
venv\Scripts\activate
-
Run the following command to install all dependencies
python -m pip install -r requirements.txt
-
Start server with following command:
python manage.py runserver
-
Click on http://127.0.0.1:8000/ to get access of website.
- 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
- Zain Ali