Our super sweet hacker management system for HackTCNJ 2017 & 2018!
chronicel is a simple and minimal registration system made for HackTCNJ. It provides both hackers and organizers everything they need all in one place. HackTCNJ is a smaller, more personal hackathon, so we have no need for hacker applications, team registration, or reimbursement.
We wanted to provide our hackers the best registration experience we could.
It also has a really nice system for organizers to work with MyMLH, this is what we would really love for others to build upon!
Let us know if you are using chronicel! Add yourself to this list with a PR!
git clone https://github.com/kbohinski/chronicel.git && cd chronicel
pip3 install -r requirements.txt
python3
from flask_app import db
db.create_all()
python3 manage_waitlist.py
nightly!python3 flask_app.py