TODO WEB APP is a web application generated in Laravel and Vue3.
npm install -g @vue/cli
npm install
composer install
php artisan migrate
php artisan db:seed
php artisan passport:install
php artisan storage:link
for local storage to upload filesphp artisan serve
npm run dev
Visit this link for the live documentation this link for the postman collection or this link for the exported documentation.