jetsup / voting-system-lar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voting System

Usage

For instructions on how to configure the system, take a look at setup.md file.

Note

The project utilizes seeded data at it's core. Default admin user and a sample voter accounts qre created in the seed therefore it will be necessary to run the command with seed option

php artisan migrate:refresh --seed

The default credentials are email: admin@account.com password: Admin123. for the admin and email: voter@account.com password: Voter123. for the voter account.

About


Languages

Language:JavaScript 45.9%Language:Blade 17.8%Language:CSS 13.0%Language:HTML 11.4%Language:PHP 7.9%Language:CoffeeScript 3.8%Language:Less 0.2%Language:Makefile 0.0%