The admin dashboard of barokah-shop. Demo: https://barokah.bayudc.fun/admin
- Admin: managing product, category, and employee
- Worker: managing transaction, and product stocks
Password | Role | |
---|---|---|
[email protected] | password | Admin |
[email protected] | password | Worker |
[email protected] | password | Worker |
[email protected] | password | Worker |
Try it yourself here, i am too dumb to explain it
- Laravel 10
- Livewire 3
- Tailwind
- NotusJS
- MariaDB
and more...
Requirements: php(8.2), composer, and bun
composer install
php artisan key:generate
php artisan migrate --seed
php artisan serve
bun install
bun run dev