Skip to content

sdan/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

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

About

The backend for a cloud-based hackathon organizing system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.0%
  • HTML 20.0%