This project is an e-voting system that allows students to vote online.
- Laravel
- MySQL
Developer must have the following.
Steps on how to install the project locally:
-
Clone the repo
git clone https://github.com/wilken311/voting-system.git
-
Install NPM packages
composer install
Note: (Error Might Occur)
Undefined index: name
Click me to fix. -
Create
.env
filetouch .env
-
configure
.env
file. Replace the name of your database created on XAMPP ServerDB_DATABASE=votingsystem DB_USERNAME=root DB_PASSWORD=
-
Generate Application Key
php artisan key:generate
-
Migrate database table and seed data
php artisan migrate --seed
-
Run the app
php artisan serve
-
Open the App 127.0.0.1:8000
- Register
- Login / Logout
- Dashboard
- Student Enrollment
- Student Voter's Code
- COC (Certificate of Candidacy) Appliaction
- Final Candidates
- Overall Votes Result
- SSG Ranking
- Student's Vote Status
- Filing of COC
- Election Day
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Credits to the following: