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
- Host: GitHub
- URL: https://github.com/atharmohammad/social-network
- Owner: atharmohammad
- Created: 2021-02-03T05:08:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T11:00:51.000Z (over 5 years ago)
- Last Synced: 2025-02-09T19:43:32.828Z (over 1 year ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# 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/)