# bootcamp **Repository Path**: synote/bootcamp ## Basic Information - **Project Name**: bootcamp - **Description**: An enterprise social network - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-06-23 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bootcamp Bootcamp 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 - Django 1.6.5 - Twitter Bootstrap 3 - jQuery 2 ## Installation Guide Take a look at our wiki page for a detailed [installation guide][3]. ## Demo Try Bootcamp now at [http://trybootcamp.vitorfs.com][2]. [0]: https://www.python.org/ [1]: https://www.djangoproject.com/ [2]: http://trybootcamp.vitorfs.com/ [3]: https://github.com/vitorfs/bootcamp/wiki/Installing-and-Running-Bootcamp