Lightweight Polling website in PHP 7 (Codeigniter 4) & MySQL
- clone this repo
- Start you MySql Server
- Create a DB with name 'polling' & restore it with polling.sql file
- change databse username & password in .env file
- start the your apache server
- visit url in browser
- PHP 7.2 OR Above
- MySQL 5.7 OR Above
- To uniquely identify users for each pole server issue a voting id for each user in poll.
- One IP can only contribute one vote
- User will get alert while trying to revote in pole & his vote will not be counted for 2nd time