This is a multifunctional website that serves as an inventory management system and provides online shopping capabilities, designed for Shangda Plastics Ltd.
- PHP v7.2.5+
- Laravel v7.30
- vue v2.6
- Change to project directory
cd .\Shangda
- Install composer packages
composer install
- Copy the .env file
copy .env.example .env
- Generate the hash key
php artisan key:generate
- Install NPM packages
npm install
- Compile resource files
npm run dev
- Jack Chang
- Kevin Cheng
- Jamie Lai