to run it with docker then do the next steps:
docker compose build
docker compose up
to run it localy
composer i
cp .env.example .env
change the .env file
- set APP_URL=127.0.0.1
- set DB_HOST=127.0.0.1
- set DB_PASSWORD=
php artisan migrate:refresh && php artisan db:seed
php artisan key:gen
php artisan jwt:secret
php artisan serve