This is a multifunctional website that serves as an inventory management system and provides online shopping capabilities, designed for Shangda Plastics Ltd.

Prerequisites

  • PHP v7.2.5+
  • Laravel v7.30
  • vue v2.6

Installation

  1. Change to project directory
    cd .\Shangda
  2. Install composer packages
    composer install
  3. Copy the .env file
    copy .env.example .env
  4. Generate the hash key
    php artisan key:generate
  5. Install NPM packages
    npm install
  6. Compile resource files
    npm run dev

Contributor

  • Jack Chang
  • Kevin Cheng
  • Jamie Lai