TODO WEB APP is a web application generated in Laravel and Vue3.
- Install Composer
- Install Laravel
- Install Vue:
npm install -g @vue/cli
- Use any mysql database you prefer
- copy .env.example to .env and change the db connection
- Run:
npm install
- Run:
composer install
- Run migration:
php artisan migrate
- Run seeding:
php artisan db:seed
- Run
php artisan passport:install
- Run
php artisan storage:link
for local storage to upload files
php 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.