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

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

Awesome Lists containing this project

README

          

# BETAHUB

[![Build Status](https://travis-ci.org/vitorfs/bootcamp.svg?branch=master)](https://travis-ci.org/vitorfs/bootcamp) [![Coverage Status](https://coveralls.io/repos/github/vitorfs/bootcamp/badge.svg?branch=master)](https://coveralls.io/github/vitorfs/bootcamp?branch=master) [![Requirements Status](https://requires.io/github/vitorfs/bootcamp/requirements.svg?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

...