/e-voting

Website for the election of OSIS chairman at one of the schools in Pasuruan. Participants can vote for their candidates online and directly monitor the number of votes available through the website. So, the election will take place more quickly and efficiently than conventional voting.

Primary LanguagePHP

Demo App

Login Admin

Username: admin

Password: admin

Login Petugas

Username: petugas

Password: petugas

Login Pemilih

Username: pemilih

Password: pemilih

Usage

Clone or Download this repository

You can run:

git clone https://github.com/MuhammadAbdiel/e-voting.git

Or

Download ZIP

Run Project

In the project directory, you can run:

composer install

Copy content of .env.example file, create .env file and paste in .env file

Run:

php artisan migrate:fresh --seed

Run local server

php artisan serve

Open in your browser

http://localhost:8000