Job Order is a web app developed using Laravel Framework.
php version >= 7.1
mysql
In the .env file, enter your database password in DB_PASSWORD
Run composer install
composer install
Run this command to create the database
php artisan db:create embuscado_eleazar
then, run this command to migrate
php artisan migrate
lastly, run this command to run the app
php artisan serve