Simple pub quiz built with a Slim / NotORM API back-end, and Angular / Bootstrap front-end.
- Apache 2
- PHP 5.3.3
- MySQL 5+
- Modern Web Standards Compliant Browser
Installing assumes you're using Apache with PHP and MySQL.
- Clone the respository to your local machine.
- Create a new virtual host and set the document root to the
src
directory in the location you cloned the repository to. - Create a new database, and import the
sql
found in thesql
directory of the repository. - Edit the
config.php
file in thesrc
directory to your local MySQL settings. - Open the newly created virtual host url in your favourite browser.
- Answer all the questions correctly.
- Save your score and pat yourself on the back.