/madras

The backend for a cloud-based hackathon organizing system.

Primary LanguagePython

Madras

Build Status

Madras is the backend for a cloud-based hackathon management system that aims to bring together the many different hackathon organizing systems into one centralized service to minimize the need to migrate data between hacker applications, registration, check-in, announcements, reimbursement, judging, and prizes. Created with the goal of making organizing hackathons easier for everyone.

Setup

virtualenv --python=python3 venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver

Environment Variables

  • DEBUG
  • DATABASE_URL
  • SENDGRID_API_KEY
  • SENDGRID_USERNAME
  • SENDGRID_PASSWORD