https://github.com/varreltantio/spk-weighted-product
Website Pemilihan Karyawan Terbaik dengan Menggunakan Perhitungan Weighted Product
https://github.com/varreltantio/spk-weighted-product
laravel weightedproduct
Last synced: 3 months ago
JSON representation
Website Pemilihan Karyawan Terbaik dengan Menggunakan Perhitungan Weighted Product
- Host: GitHub
- URL: https://github.com/varreltantio/spk-weighted-product
- Owner: varreltantio
- Created: 2023-06-20T17:10:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T10:46:49.000Z (over 1 year ago)
- Last Synced: 2024-12-31T10:52:53.526Z (5 months ago)
- Topics: laravel, weightedproduct
- Language: PHP
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sistem Pemilihan Karyawan Terbaik dengan Weighted Product
## Instalasi
Silakan periksa panduan instalasi laravel resmi untuk mengetahui persyaratan server sebelum Anda mulai. [Official Documentation](https://laravel.com/docs/10.x/installation)
Clone repositori
```
git clone https://github.com/varreltantio/spk-weighted-product.git
```Beralih ke folder repo
```
cd spk-weighted-product
```Instal semua dependensi menggunakan composer
```
composer install
```Salin contoh berkas env dan buat perubahan konfigurasi yang diperlukan dalam berkas .env
```
cp .env.example .env
```Buat application key baru
```
php artisan key:generate
```Import database yang ada di [database/weighted_product.sql](https://github.com/varreltantio/sistem-pemilihan-karyawan-terbaik-dengan-weighted-product/blob/main/database/weighted_product.sql) ke DBMS
Mulai local development server
```
php artisan serve
```Akses aplikasi di http://localhost:8000
## Daftar Akun
### Akun Admin
email = [email protected]
password = 12345
### Akun Karyawan
email = [email protected]
password = 12345