This is a quizzing site.
- git clone https://github.com/subham103/quizee.git
- cd quizee
- Change the paths in configs/mvc.sample.local.conf pointing to the public folder of this project
- sudo cp ~/configs/mvc.sample.local.conf /etc/apache2/sites-available/
- Add mvc.sdslabs.local entry to your /etc/hosts
- sudo a2ensite mvc.sample.local.conf
- sudo service apache2 restart
- Open http://mvc.sample.local in your browser