Website URL: https://joshwestbrook.tk/eventpicker
This web-app was developed by Joshua Westbrook at the University of Missouri in an attempt to streamline functions inside the Engineering fraternity Sigma Phi Delta.
It will ensure that Sigma Phi Delta can uphold it's Risk Management Policy by fairly deciding who will be responsible for fulfilling each duty required per event.
The file phplib/db_credentials.php is not included in this repository and must be added manually for obvious security reasons. It should follow the format specified below:
<?php
$servername = "";
$username = "";
$password = "";
$dbname = "";
?>