Skip to content

JDCxDEV/order-management

Repository files navigation

Order Manage System

Installation

Install Environment

  docker-compose build --no-cache
  docker-compose create

Inside the on sail-8.2/app image run the following

  composer install
  php artisan migrate:refresh --seed
  php artisan key:generate
  npm install
  npm run build

Run on the wsl project root

  ./vendor/bin/sail up

Example Users

  manager account
  email: [email protected]
  password: password
  user account
  email: [email protected]
  password: password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published