Skip to content

defrindr/2024-pengajuan-barang

Repository files navigation

2024 - Aplikasi Inventaris Gudang

Backend untuk aplikasi Inventaris Gudang

Installation

  1. Clone this repository
git clone https://github.com/defrindr/2024-pengajuan-barang.git
  1. Goto application folder and install dependecies
composer install
  1. copy .env & setup database connection
  2. Generate laravel key & jwt secret
php arisan key:generate
php artisan jwt:secret
  1. Running Seeder
php artisan migrate:fresh --seed
  1. Serve application
php artisan serve