Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humza-waseem/headstart
https://github.com/humza-waseem/headstart
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/humza-waseem/headstart
- Owner: Humza-Waseem
- License: gpl-3.0
- Created: 2024-11-15T17:32:22.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-03T06:13:54.000Z (25 days ago)
- Last Synced: 2024-12-03T07:20:27.567Z (25 days ago)
- Language: HTML
- Size: 32.9 MB
- Stars: 0
- 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:
```
https://github.com/Humza-Waseem/Headstart.git
```Congratulations! you have cloned the project and you can now make your own project by following this project.