steps to run the project
-
Setup the .env file first.
-
Run the below commands.
composer install
php artisan migrate
php artisan db:seed
php artisan passport:install
-
Run the command to run the project.
php artisan serve
Project will be run on localhost:8000