PHP Quiz Conducting System.
Deployed at Azure: Here
- PHP
- MySQL
- phpMyAdmin or any other tool for database importing
To get started with this project, you'll need the following things installed on your machine.
- Clone this repo, or download it into a directory of your choice.
- Inside the directory, run
npm install
.
Make sure you have Virtual Hosts set up in Apache because path like localhost/php-quiz
will not work!
Now open gulpfile.js
and change
- deployPath variable to your localhost root
line: 10
- browserSync proxy target with your virtual host link
line: 57
Once you set up everything inside directory, run
$ gulp
This will give you file watching, browser synchronisation, auto-deploy etc.