Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suhailvs/django-social-network
Django Social Network
https://github.com/suhailvs/django-social-network
Last synced: 9 days ago
JSON representation
Django Social Network
- Host: GitHub
- URL: https://github.com/suhailvs/django-social-network
- Owner: suhailvs
- License: apache-2.0
- Created: 2021-02-16T14:42:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T21:21:03.000Z (almost 3 years ago)
- Last Synced: 2023-04-03T17:42:54.547Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://suhail.herokuapp.com
- Size: 3.5 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Django Social Network][2]
[![Python Version](https://img.shields.io/badge/python-3.6-brightgreen.svg)](https://python.org)
[![Django Version](https://img.shields.io/badge/django-3.0-brightgreen.svg)](https://djangoproject.com)This project is a fork of https://github.com/vitorfs/bootcamp
Django Social Network is an open source **enterprise social network** built with [Python][0] using the [Django Web Framework][1].
The project has three basic apps:
* Feed (A Twitter-like microblog)
* Articles (A collaborative blog)
* Question & Answers (A Stack Overflow-like platform)## [Live Demo][2]
## Feed App
The Feed app has infinite scrolling, activity notifications, live updates for likes and comments, and comment tracking.
## Articles App
The Articles app is a basic blog, with articles pagination, tag filtering and draft management.
## Question & Answers App
The Q&A app works just like Stack Overflow. You can mark a question as favorite, vote up or vote down answers, accept an answer and so on.
## Technology Stack
- Python 3.8
- Django 3.1.7
- Twitter Bootstrap 3
- jQuery 2## Installation Guide
git clone https://github.com/suhailvs/django-social-network
cd django-social-network
cp .env.example .env
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runservervist
## Demo
Try Django Social Network now at [https://suhail.herokuapp.com][2].
[0]: https://www.python.org/
[1]: https://www.djangoproject.com/
[2]: https://suhail.herokuapp.com/