VMS is Vendor Management System build on Laravel using Electron JS Wrapper.
- PHP 7.4 - 8.1
- Composer
- Node & Npm
- Clone project using
git clone https://github.com/DarkcoderSe/vms.git
- Run
npm install
- CD to www/ and run
composer install
- copy .env.example to .env
- Run
php artisan migrate
&&php artisan db:seed