description |
---|
Clone this project into your pc and follow the instruction bellow |
Requirements :
- PHP 7.4^
- Composer
run this command in root project directory
$ composer install
after completed installing of API package setup your 'env' in root project and the database, and then run this command below to initiate first data
$ php artisan migrate --seed
Reference default / general usage :
https://lumen.laravel.com/
Requirements :
- Node.js 12^
run this command in ./ui directory
$ npm install
after all package installed, you can run this app with command bellow
$ quasar dev
Reference default / general usage :
https://v1.quasar.dev/