QuestionR is a Web application for creating & managing questionaires
Contains:
- front end
- user interface to answer the questionaires (javascript/html/css)
- admin panel to create the questionaires (javascript/html/css)
- Back end (php)
- database schema dump file (mysql)
External tools:
- jquery 2.1.3
- Bootstrap 3.3.4
- Datatables 1.10.6
- Font Awesome 4.2.0
- SB Admin 2 Bootstrap Admin Theme
Installation is simple, just follow the steps below:
- clone repository on your localhost folder
- create a new mysql database & import the dump file (db/questionr.sql)
- open the file libs/mysql.php & change
$user
,$password
,$database
with your mysql credentials - open a browser & go to
localhost/QuestionR
or login tolocalhost/QusetionR/admin
with admin/admin