All Projects → vitorfs → Bootcamp

vitorfs / Bootcamp

Licence: mit
An enterprise social network

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Bootcamp

Django Social Network
Django based social network
Stars: ✭ 213 (-89.91%)
Mutual labels:  django, social-network
Vecihi
Build Your Own Photo Sharing App in 5 minutes
Stars: ✭ 199 (-90.57%)
Mutual labels:  django, social-network
Social Network Harvester V1.0
Stars: ✭ 5 (-99.76%)
Mutual labels:  django, social-network
Okuna Api
🤖 The Okuna Social Network API
Stars: ✭ 200 (-90.52%)
Mutual labels:  django, social-network
Djangocms Blog
django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
Stars: ✭ 268 (-87.3%)
Mutual labels:  django, social-network
Socialhome
A federated social home
Stars: ✭ 282 (-86.64%)
Mutual labels:  django, social-network
Recyclomedia
Recyclomedia is a digital platform that aims to save the planet from pollution which is the major threat to the functioning of earth.
Stars: ✭ 32 (-98.48%)
Mutual labels:  django, social-network
Djangorestframework Queryfields
Allows clients to control which fields will be sent in the API response
Stars: ✭ 170 (-91.94%)
Mutual labels:  django
Sugardough
A web application template based on Django.
Stars: ✭ 173 (-91.8%)
Mutual labels:  django
Rest Api Basics
This is a basic guide on how to build a REST API with Django & Python. For much deeper depth, check out our new course on REST API: (https://kirr.co/90kxtx)
Stars: ✭ 171 (-91.9%)
Mutual labels:  django
Django Fluent Comments
A modern, ajax-based appearance for django comments
Stars: ✭ 170 (-91.94%)
Mutual labels:  django
Mayblog
Yet another django based blog created in May 2015
Stars: ✭ 171 (-91.9%)
Mutual labels:  django
Pump.io
Social server with an ActivityStreams API
Stars: ✭ 2,091 (-0.9%)
Mutual labels:  social-network
Firestore Cloud Functions Typescript
Firebase cloud functions in typescript with Firestore. Using a social network as example
Stars: ✭ 171 (-91.9%)
Mutual labels:  social-network
Crud App Vuejs Django
This is simple crud app and searchFilter made using vuejs and django. Used to explain the tutorial present on https://medium.com/@shubhambansal_89125/crud-app-using-vue-js-and-django-516edf4e4217 https://medium.com/@shubhambansal_89125/searchfilter-using-django-and-vue-js-215af82e12cd
Stars: ✭ 174 (-91.75%)
Mutual labels:  django
Django Blog Zinnia
Simple yet powerful and really extendable application for managing a blog within your Django Web site.
Stars: ✭ 2,035 (-3.55%)
Mutual labels:  django
Tiebaproject
贴吧云签到,贴吧云回复,贴吧机器人,百度贴吧
Stars: ✭ 176 (-91.66%)
Mutual labels:  django
Django Vue.js Book
django rest framework + vue 的图书管理小项目,前后端分离教程
Stars: ✭ 173 (-91.8%)
Mutual labels:  django
Graphene Django Subscriptions
This package adds support to Subscription's requests and its integration with websockets using Channels package.
Stars: ✭ 173 (-91.8%)
Mutual labels:  django
Django Antd Tyadmin
类似 xadmin 的基于Model 快速生成前后台管理增删改查,筛选,搜索的后台管理自动化工具。Antd 界面好看现代化!前后端分离!无损二次开发!由Django Restful Framework 和 Ant Design Pro V4 驱动
Stars: ✭ 171 (-91.9%)
Mutual labels:  django

Bootcamp

An enterprise oriented social network

TravisCI Status Coverage Requirements Built with Cookiecutter Django
License:MIT

Bootcamp is an open source enterprise social network of open purpose, on which you can build for your own ends.

The project has four basic apps:

  • News (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.)

Technology Stack

Basic Commands

Test coverage

To run the tests, check your test coverage, and generate a simplified coverage report:

$ pytest

To generate an HTML report:

$ coverage html
$ open htmlcov/index.html

To check the report in console:

$ coverage report -m

Sentry

Sentry is an error logging aggregator service. You can sign up for a free account or download and host it yourself. The system is setup with reasonable defaults, including 404 logging and integration with the WSGI application.

You must set the DSN url in production.

Deployment

The following details how to deploy this application.

Heroku

See detailed cookiecutter-django Heroku documentation.

Docker

See detailed cookiecutter-django Docker documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].