- clone the repo
- make shor you have php and composer and mysql installed in your device
- cope .env.example to .env file for linex
cp .env.example .env
for window
copy .env.example .env
- install the require
composer install
- create the database and the table and seed it
php artisan migrate --seed
- run the server
php artisan serve