Identitas Kelompok:
3312301028 - Cindy Fitri Utami
3312301061 - Sindy Maharani
3312301066 - Nazhwa Rahma Putri
3312311104 - Yunita Caroline Sianturi
3312311133 - Grey Ari Daniel Simatupang
Proyek Smart Inventory Using RFID ini merupakan sebuah proyek kolaborasi oleh tim PBL IF-15. Sistem ini dirancang berbasis web menggunakan RFID untuk meingkatkan efisiensi dalam inventaris lab kampus.
Fitur-fitur utama dalam proyek ini yaitu :
- Identifikasi dan pelacakan item inventaris secara otomatis menggunakan tag RFID.
- Pemantauan secara real-time
- Pelaporan stok yang efisien
- Integrasi dengan sistem manajemen berbasis web
- Clone this repository:
git clone https://github.com/najeuu/smart-inventory-system.git
- Masuk ke direktori proyek:
cd Smart_Inventory
- Install dependencies (pastikan Composer sudah terpasang):
composer install
- Update Composer Autoload and Dependencies
composer dump-autoload
composer update
- Launch The App
php artisan serve
If you encounter errors, follow these steps:
-
Recovery Procedure:
php artisan serve
-
If you encounter an Error Code 500:
- Rename
.env-example
to.env
. - Set
APP_DEBUG=true
in the.env
file.
- Rename
-
Generate New Application Key:
php artisan key:generate
-
Restart the Server:
php artisan serve