It's a simple Inventory Management application based on Laravel.
- run
composer install
- change
.env.example
to.env
- run
php artisan key:generate
- configure
.env
- run
php artisan migrate:fresh --seed
- run
npm install
- run
npm run dev
- run
php artisan serve
- email:
[email protected]
- password:
12345678