Web application that utilizes SQL databases and AJAX for voting processes
To install:
- Access index.php on an Apache localhost or Xampp localhost.
- Install MySQL on your localhost and create a database.
- Insert database information in connectToDB.inc.php
To access the admin page, the information is: username: admin password: 123
You can change the admin credentials through /authentication/login.php
In the admin site, you're able to:
- Add, update, and delete candidates.
- Choose the colour theme for the main app
- View graphs of the poll data
- Change the year of voting When adding candidates, you can upload an image and set their name.
For voting purposes, the instructions are in the GIF. Have fun!