This project was an entry into the FBLA website design competition for the year 2016. The project took 10th place at the national level. Recently the backend of the project has been rewritten to follow MVC paradigms.
- Download a copy of the repo and place it within your server root.
- Make a copy of the
config.php.examplefile and rename it toconfig.phpThen alter the file to include your MySQL database name, username, and password - There are several
.sqlfiles in thedb schemafolder. Each file must be imported into your database as a table. - Start your php server. If you have the php cli you can run the command
php -S localhost:8000from anywhere to start the server