bootcamp

Enterprise social network.
18 May 2020194614

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.