# Pemilihan pegawai terbaik
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/imamdigmi/simple-selection-employees-dss-ahp/blob/master/LICENSE)

Implementasi metode AHP pada pemilihan pegawai terbaik berdasarkan penilaian.

![Screenshot Home](screenshot.png "Screenshot Home")

## Cara menggunakan
1. Clone repository
    ```
    $ git clone https://github.com:imamdigmi/simple-selection-employees-dss-ahp.git
    ```
2. Letakkan folder didalam root direktori web server
3. Import `database.sql`
4. Ubah properti konfigurasi database pada file `includes/config.php` sesuai dengan koneksi database anda
5. Kunjungi [localhost/simple-selection-employees-dss-ahp](http://localhost/simple-selection-employees-dss-ahp)

![Relasi Tabel](table-relationship.png "Relasi Tabel")

## Cara melakukan perubahan
```
$ git add -A
$ git commit -m "pesan perubahan"
$ git push origin maser
$ git pull origin master
```
