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