Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 902 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 902 Bytes

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

pipenv install
pipenv shell
./manage.py migrate
./manage.py runserver

Environment Variables

  • AWS_REGION
  • AWS_S3_BUCKET_NAME
  • AWS_SERVER_PUBLIC_KEY
  • AWS_SERVER_SECRET_KEY
  • DEBUG
  • DATABASE_URL
  • SENDGRID_API_KEY
  • SENDGRID_USERNAME
  • SENDGRID_PASSWORD
  • SLACK_CHANNEL
  • SLACK_TOKEN
  • GITHUB_USERNAME
  • GITHUB_PASSWORD