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.)
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.
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.
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).
- Python 2.7 / 3.6
- Django > 1.9
- Twitter Bootstrap 3
- jQuery 2
- Redis 3.0
- WebSockets (Using django-channels for that!)
Take a look at our wiki page for a detailed installation guide.
Try Bootcamp now at http://trybootcamp.vitorfs.com.