MLHOrganizerDash icon indicating copy to clipboard operation
MLHOrganizerDash copied to clipboard

An open-source dashboard for MyMLH

MLH Organizer Dash 💻

This is a WIP, allowing hackathons that use MyMLH to see their registrations in any easy to use interface.

Screenshots

Apps
Registrants
Stats
Stats

Requirements

  1. Python 2.7.6+
  2. virtualenv (pip install virtualenv)

Installation

  1. Clone this repository and cd to it
  2. Create a virtual environment called venv by virtualenv venv
  3. Activate the virtualenv by . venv/bin/activate
  4. Install all requirements inside the virtualenv by pip install -r requirements.txt
  5. Edit dash/config.py to your needs
  6. Run the server via python dash/views.py