Skip to content

Inventory management system for kitchenware built with Laravel and Vue

Notifications You must be signed in to change notification settings

adam-kwiatkowski/dishwashing-app

Repository files navigation

Vue.js Laravel

Dishwashing App

Inventory management system for kitchenware. It's a monolithic restful SPA built with Laravel and Vue.js.

Quick start

  1. Install dependencies: composer install
  2. Copy .env.example to .env and set your database credentials
  3. Generate an app encryption key: php artisan key:generate
  4. Migrate the database: php artisan migrate
  5. Seed the database: php artisan db:seed
  6. Install NPM dependencies: npm install
  7. Build the front-end: npm run dev
  8. Start the local development server: php artisan serve

Using Laravel Sail

sail up -d
sail artisan migrate:fresh --seed

About

Inventory management system for kitchenware built with Laravel and Vue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published