Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 1.58 KB

README.md

File metadata and controls

79 lines (59 loc) · 1.58 KB

PBL IF-15 Smart Inventory System for Efficiency Stock Management Using RFID

Identitas Kelompok:


3312301028 - Cindy Fitri Utami
3312301061 - Sindy Maharani
3312301066 - Nazhwa Rahma Putri
3312311104 - Yunita Caroline Sianturi
3312311133 - Grey Ari Daniel Simatupang

About the App

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

Installation

  1. Clone this repository:
git clone https://github.com/najeuu/smart-inventory-system.git
  1. Masuk ke direktori proyek:
cd Smart_Inventory
  1. Install dependencies (pastikan Composer sudah terpasang):
composer install
  1. Update Composer Autoload and Dependencies
composer dump-autoload
composer update
  1. Launch The App
php artisan serve

Handling Errors

If you encounter errors, follow these steps:

  1. Recovery Procedure:

    php artisan serve
  2. If you encounter an Error Code 500:

    • Rename .env-example to .env.
    • Set APP_DEBUG=true in the .env file.
  3. Generate New Application Key:

    php artisan key:generate
  4. Restart the Server:

    php artisan serve