Video link: https://www.youtube.com/watch?v=GCCNYW_mFg8
You can simply run the project by following process
$ git clone https://github.com/Baizidmdashadzzaman/laravel-9-vue-3-scantum-spa-authentication.git
$ cd laravel-9-vue-3-scantum-spa-authentication
$ cd backend
$ composer install
Import sql and set up .env file from sql folder. Then test your api using postman http://127.0.0.1:8000/api/.../ and enjoy.
$ cd frontend
$ npm install
$ npm run dev
then visit http://localhost:3000/ and enjoy.