This repository holds online polling app created by Team.EXE. It can be used for any kind of elections example involving multiple winners etc.All the Roll Numbers are validated according to NIT Hamirpur.
Install LAMP package on your system. Following are the steps:
Run the command : sudo apt install apache2
Run the command : sudo apt install mysql-server
Run the command : sudo apt install php-pear php-fpm php-dev php-zip php-curl php-xmlrpc php-gd php-mysql php-mbstring php-xml libapache2-mod-php
Run the command : sudo service apache2 restart
Open a web browser and navigate to http://localhost/. You should see a message saying It works!
Just check by running the following command : php -r 'echo "\n\nYour PHP installation is working fine.\n\n\n";'
Run the command : sudo apt-get install phpmyadmin Check phpMyAdmin by running http://localhost/phpmyadmin in browser. Keep the repository containing the code in /var/www/html, and then start with localhost/Online_polling_app/homepage.php