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

https://github.com/atharmohammad/social-network

Django based Social Network Web Application
https://github.com/atharmohammad/social-network

Last synced: about 1 year ago
JSON representation

Django based Social Network Web Application

Awesome Lists containing this project

README

          

# Social-Network
Django based Social Network Web Application ,Where a user can join different groups and write a blog related to group ,or create his own groups.
Its develop on Django,Javascript,CSS,HTML5

![Capture](https://user-images.githubusercontent.com/56029409/106736080-03ee8900-663b-11eb-9599-e72b70757eaa.PNG)

# Setup and Run

#### Fork

_**Note**_: *This is only needed if you want to contribute to the project.*

If you want to contribute to the project you will have to create your own copy of the project on GitHub. You can do this by clicking the Fork button that can be found
on the top right corner of the repository.

#### Clone

* If you have forked the project, run the following command -

`git clone https://github.com/YOUR_GITHUB_USER_NAME/Social-Network.git`

where `YOUR_GITHUB_USER_NAME` is your GitHub handle.

* If you haven't forked the project, run the following command -

`git clone https://github.com/atharmohammad/Social-Network.git`

### Run app

Download latest version of Django , Anaconda

To download latest version of django you can run following commands in your Anaconda prompt:
`pip install Django`

In your Anaconda Prompt
run command `python manage.py runserver`

then go to URL (http://127.0.0.1:8000/)