This is a Laravel application created to help teenagers in Tebing Tinggi to elect parliament candidates in Tebing Tinggi
- Laravel 8.X.
- PHP 8.0.7
- Eloquent ORM
- Blade Templating Engine
- MySQL
- Ranks parliament candidates from the most ideal to the least ideal using Simple Additive Weighting
- Predict the result of election using Naive Bayes Classifier
- User authentication and authorization
- clone this repository
$ git clone <repo url>
- move to project directory
$ cd <folder name>
- create a database called 'mycaleg'
- run
$ composer install
- run
$ php artisan key:generate
- run
$ php artisan migrate
- run
$ php artisan db:seed
- run
$ php artisan serve
Created by Dimas Eka Putra - feel free to reach out!