Skip to content

ngaurav/bootcamp

 
 

Repository files navigation

Bootcamp

Build Status Coverage Status Requirements Status

Bootcamp is an open source enterprise social network built with Python using the Django Web Framework.

The project has four basic apps:

  • Feed (A Twitter-like microblog)
  • Articles (A collaborative blog)
  • Question & Answers (A Stack Overflow-like platform)
  • Messenger (A basic chat-a-like tool for asynchronous communication.)

Feed App

The Feed app allows you to check the most recent activity in the network through limited scrolling, also includes 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.

Messenger

The messenger app works at a basic level, in the same way tools like Slack or MatterMost (not there yet in that level of functionality, but it manages to deliver).

Technology Stack

  • Python 2.7 / 3.6
  • Django > 1.10
  • Twitter Bootstrap 3
  • jQuery 2
  • Redis 3.0
  • WebSockets (Using django-channels for that!)

Installation Guide

Take a look at our wiki page for a detailed installation guide.

Demo

Try Bootcamp now at http://trybootcamp.vitorfs.com.

About

An enterprise social network

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 45.5%
  • JavaScript 30.8%
  • HTML 17.9%
  • CSS 4.5%
  • Shell 1.3%