Skip to content

skth5199/HackMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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