TO CLONE AND RUN YOU MUST FULFILL THOSE REQUIREMENTS FIRST
- php must be included in the environment path
- git must be installed and reachable from cmd
- make sure that mode_rewrite enabled in your apache config
- open txt file and past this code
git clone https://github.com/arafeh94/election
cd election
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
php composer.phar install
this code will create folder called election and download all the needed dependencies
check if the project is working by going to this link