Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humza-waseem/chatrooms_django
Use of Django framework from beginning.
https://github.com/humza-waseem/chatrooms_django
css django django-rest-framework html javascript pip python
Last synced: 4 days ago
JSON representation
Use of Django framework from beginning.
- Host: GitHub
- URL: https://github.com/humza-waseem/chatrooms_django
- Owner: Humza-Waseem
- License: gpl-3.0
- Created: 2024-01-11T18:40:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-16T18:41:17.000Z (7 months ago)
- Last Synced: 2024-04-16T23:14:59.437Z (7 months ago)
- Topics: css, django, django-rest-framework, html, javascript, pip, python
- Language: HTML
- Homepage:
- Size: 12.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StudySphere-Django
An amazing project made using Python's web Framework, Django.
The project includes custom user authentication and CRUD functionalities for managing chat rooms, topics, and messaging. The User Friendly comments in the code makes it readable and accessible for all the users.Main Page
Creating a Room
Custom user Model
How to Get the Project?? Easy.... follow the below steps!!
## Install Git
Install git and setup in your computer. Download and install it from [here](https://git-scm.com/downloads).
Or you can make changings on the GitHub too.## Clone the repository
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon.
Open a terminal and run the following git command:
```
git clone 'url_you_just_copied'
```
where `url_you_just_copied` is the url to this repository (your fork of this project). See the previous steps to obtain the url.For example:
```
git clone https://github.com/your-username/ChatRooms_Django.git
```Congratulations! you have cloned the project and you can now make your own project by following this project.