After install open project and enter:
composer install
create .env and change db name on your db name
php artisan jwt:secret
php artisan migrate
After all setup server: php artisan serve
If you are not login in account - you cant enter to main page
Also you cant enter to admin page if you arent admin
Main page
Admin page
Login page
Register page