Social Networking System for Seamless Threat Intelligence Platform
S-TIP SNS uses bootcamp internally.
Copyright (c) 2018, Vitor Freitas
Released under the MIT license
https://github.com/vitorfs/bootcamp/blob/master/LICENSE
Bootcamp is an open source enterprise social network built with Python using the Django Web Framework.
The project has three basic apps:
- Feed (A Twitter-like microblog)
- Articles (A collaborative blog)
- Question & Answers (A Stack Overflow-like platform)
The Feed app has infinite scrolling, activity notifications, live updates for likes and comments, and comment tracking.
The Articles app is a basic blog, with articles pagination, tag filtering and draft management.
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.
- Python 2.7 / 3.5
- Django > 1.9
- Twitter Bootstrap 3
- jQuery 2
Take a look at our wiki page for a detailed installation guide.
Try Bootcamp now at http://trybootcamp.vitorfs.com.