AHP Performance Assesment is a website designed to provide a decision support system using the AHP (Analytic Hierarchy Process) method. This site enables users to analyze various decision alternatives based on defined criteria, assisting in determining the best choice in a systematic and transparent way. With a user-friendly interface, users can easily input data and obtain in-depth analysis results to support more accurate decision-making.
- Laravel 9 --> Laravel 12
- Laravel Breeze
- PHP 8.2
- MySQL Database
- TailwindCSS
- daisyUI
- maatwebsite/excel
- barryvdh/laravel-dompdf
- Main features available in this application:
- Implementation AHP method
- Import data --> example Alternatif, Kategori, Kriteria
Follow the steps below to clone and run the project in your local environment:
-
Clone repository:
https://github.com/zennmhtr/ahp_performance_assessment.git
-
Install dependencies use Composer and NPM:
- composer install - composer update - npm install - npm update
-
Copy file
.env.exampleto.env:cp .env.example .env
-
Generate application key:
php artisan key:generate
-
Setup database in the
.envfile:DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=spk-atl DB_USERNAME=root DB_PASSWORD= -
Run migration database:
php artisan migrate
-
Run seeder database:
php artisan db:seed
-
Run website:
php artisan serve