1- Install dependencies using:
composer install
2- Update .env file for database:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_jwt
DB_USERNAME=root
DB_PASSWORD=Abc@12345
3- Run application using:
php artisan serve
1- Install Dependencies:
Now Go to frontend folder:
cd /frontend
Next. Run:
npm install
2- Run application:
npm run dev
Go to http://localhost:3000 . Don't forget to give me Star 😃 .