/auction-ukk

Tugas UKK code soal "Lelang" 2023

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

INSTALLATION APP

This project using laravel version 7

1. Install PHP, Composer, and Yarn

php --version
composer --version
yarn --version

2. Clone Repository Project App

  • Clone with ssh
    git@github.com:luthfyhakim/auction-ukk.git
  • Clone with https
    https://github.com/luthfyhakim/auction-ukk.git

switch to the repo folder

cd auction-ukk

3. Install Dependencies

composer update
yarn install

4. Configure .env

cp .env.example .env
php artisan key:generate

5. Migrations Table

php artisan migrate --seed

6. Seeding laravolt

Package Laravel yang berisi data Provinsi, Kabupaten / Kota, dan Kecamatan / Desa di seluruh Indonesia. https://github.com/laravolt/indonesia

php artisan laravolt:indonesia:seed

7. Running App

defaut host port running dev http://localhost:8000

php artisan serve

Auction Ukk by luthfyhakim

Untuk memenuhi project UKK 2023 dengan kode soal lelang SMK Negeri 2 Trenggalek