Skip to content

rizaldiyanuar/ahp-fsaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a734f0 · Sep 18, 2019

History

4 Commits
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019

Repository files navigation

Skripsiku

Project Pengembangan dari Airlangga Academic Sistem Informasi 2014

Requirements:

  • XAMPP (atau tool lain, dengan versi PHP minimal 5.6.4.)
  • Composer

Installation:

Clone AirlanggaAcademic repo

Setelah itu run command berikut di cmd direktori repo tadi

composer install

Import database airlangga_academic.sql ke phpmyadmin (filenya ada di dalam repo tadi)

Buat file baru bernama .env

Copy paste isi dari .env.example ke .env tadi, kemudian atur konfigurasi username dan password database di .env

APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=

Setelah itu jalankan command ini di cmd

php artisan key:generate

Dan terakhir jalankan aplikasi ini dengan command

php artisan serve

Untuk menjalankan aplikasi di browser gunakan url "localhost:8000"

Akun untuk login

  • Mahasiswa username : 081411631070 password : mahasiswa

  • Dosen username : 12345678910 password : dosen

  • Karyawan username : 12345 password : karyawan

Modul yang tersedia:

Biodata Resipien

Fitur :

  1. Menampilkan Daya Biodata Resipien
  2. Create Biodata
  3. Edit/Update Biodata
  4. Hapus Biodata

Minus :

Perhitungan AHP

Fitur :

  1. Menampilkan Matriks Perbandingan Berpasangan
  2. Menghitung Matriks Bedasarkan Skala Kepentingan Saaty
  3. Menghitung Eigen Vector
  4. Menghitung Consistency Ratio

Minus :

Perhitungan F-SAW

Fitur :

  1. Menampilkan Data yang Siap untuk di ranking menggunakan F-SAW
  2. Mencari Nilai Maksimum Tiap Kolom
  3. Mencari Defuzzied Values
  4. Menormalisasi Bobot

Minus :

Terima Kasih Team AirlanggaAcademic

[Semua bisa belajar] Rizaldi Yanuar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published