Installation
- Go to Angular folder and run npm install and ng serve.
- Create a new .env file and copy and paste code of .env example into .env file then update credentials of database.
- Go to Laravel folder composer update, php artisan migrate,php artisan key:generate, php artisan passport:install, and php artisan serve.