Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.03 KB

Platform

CircleCI Coverage Status

The Labs Platform is the full-stack interface to the ecosystem that facilitates the organization's accounts engine and other cross-product resources.

Installation

  1. Configure environment variables (e.g. .env) containing:
DATABASE_URL=mysql://USER:PASSWORD@HOST:PORT/NAME
SECRET_KEY=secret
DJANGO_SETTINGS_MODULE=Platform.settings.production
SENTRY_URL=https://pub@sentry.example.com/product
  1. Run using docker: docker run -d pennlabs/platform (is this still correct?)

Documentation

Routes are defined in /backend/accounts/urls.py. Account/authorization related scripts are located in accounts/management/commands.

Documentation about individual endpoints is available through the documentation/ route when the Django app is running.