##PHP Challenge - Response Example
###Install
- Copy files to your directory
- Import
db.sqlto your MySQL database - Change DB connection settings in
src/Server.php - Run
composer dump-autoload
Default username is justas and password is password. If you want to change password, please update user_accounts table, where username is justas and password is hash('sha256', 'password');
To add new user, go to server.php.