Instructions
Run Composer install
copy .env.example to .env use
cp .env.example .env
Then run your migrations
I have used laravel passport. So you need to generate your keys with php artisan passport:install
Set your client PASSPORT_LOGIN_ENDPOINT,PASSPORT_CLIENT_ID and PASSPORT_CLIENT_SECRET in .env file
Then npm install
Replace the defaults base url in store.js with your url . it will look like defaults.baseURL = 'http://ertest.test/api