justutiz / PHP-Challenge-Response-Example

Challenge - Response Example (PHP).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##PHP Challenge - Response Example

###Install

  1. Copy files to your directory
  2. Import db.sql to your MySQL database
  3. Change DB connection settings in src/Server.php
  4. 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.

About

Challenge - Response Example (PHP).


Languages

Language:JavaScript 61.4%Language:PHP 38.6%