anophoo / ask-stewie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ask Stewie

Seriously, Ask Him

This is a simple PHP web project which implements administrator authorization and visitor feedback system.

Questions and answers are kept in local MySQL database.

Application has administrator support. You can add as many administrators as you want.

Administrators' name and encrypted password are also located in MySQL database.

Demo

Check out demonstration video on Youtube

Requirements

  • MySQL
  • PHP Debugger - (IDE is optional, personally I use PhpStorm).

If you fork/clone the project, you should change database configuration parameters in Config.php file.

About

License:MIT License


Languages

Language:PHP 80.3%Language:CSS 19.7%