A Hackathon Management System made to aid in better organization of hackathons.
This website was built using Python and the Django web framework. It offers the following features:
- Participant portal
- login
- hackathon challenges and instructions
- submission portal
- cafeteria statistics
- Judge portal
- login
- viewing submissions
- scoring
- Cafeteria portal: To update cafeteria statistics
To run on the local server, clone and simply run the following command:
python manage.py runserver