Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 536 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 536 Bytes

HackMan

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:

  1. Participant portal
  • login
  • hackathon challenges and instructions
  • submission portal
  • cafeteria statistics
  1. Judge portal
  • login
  • viewing submissions
  • scoring
  1. Cafeteria portal: To update cafeteria statistics

To run on the local server, clone and simply run the following command:

python manage.py runserver