Inventory management system for kitchenware. It's a monolithic restful SPA built with Laravel and Vue.js.
- Install dependencies:
composer install
- Copy
.env.example
to.env
and set your database credentials - Generate an app encryption key:
php artisan key:generate
- Migrate the database:
php artisan migrate
- Seed the database:
php artisan db:seed
- Install NPM dependencies:
npm install
- Build the front-end:
npm run dev
- Start the local development server:
php artisan serve
sail up -d
sail artisan migrate:fresh --seed