Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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


MainWindow-of-application

Creating a Room


create-room-window

Custom user Model


customusermodel


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.