https://github.com/timtech4u/betahub
An Open Network for Developers
https://github.com/timtech4u/betahub
Last synced: 2 days ago
JSON representation
An Open Network for Developers
- Host: GitHub
- URL: https://github.com/timtech4u/betahub
- Owner: Timtech4u
- License: mit
- Created: 2016-12-07T16:32:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T17:10:15.000Z (over 9 years ago)
- Last Synced: 2025-10-27T11:44:04.566Z (8 months ago)
- Language: JavaScript
- Homepage: http://timtech4u.pythonanywhere.com/
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BETAHUB
[](https://travis-ci.org/vitorfs/bootcamp) [](https://coveralls.io/github/vitorfs/bootcamp?branch=master) [](https://requires.io/github/vitorfs/bootcamp/requirements/?branch=master)
Betahub 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)
## 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 2.7 / 3.5
- Django > 1.9
- Twitter Bootstrap 3
- jQuery 2
## Installation Guide
Take a look at our wiki page for a detailed [installation guide][3].
## Demo
...