Skip to content

TotalityHacks/madras

Repository files navigation

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

About

The backend for a cloud-based hackathon organizing system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published