Cirebon Merawit Batik Management System is a web-based application designed to manage batik data with CRUD functionality, QR code generation, and scanning for detailed batik information. This system streamlines inventory and tracking for better efficiency.
git clone https://github.com/Ganiramadhan/mpig_btmc.git
cd mpig_btmc
composer install
yarn install
Create a .env
file and configure the database settings:
cp .env.example .env
Edit the .env
file:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=database_name
DB_USERNAME=root
DB_PASSWORD=
php artisan key:generate
php artisan migrate --seed
php artisan serve
npm run dev
Access the application via http://127.0.0.1:8000
This project is licensed under the MIT License. Feel free to use and modify it as needed.