Build with this amazing video -> YouTube Video
You need to have PHP version 8.0 or above. Node.js version 12.0 or above.
- Clone the project
- Navigate to
backend
folder using terminal - Run
composer install
- Create database
- Copy
.env.example
into.env
file and adjust parameters - Run
php artisan serve
to start the project at http://localhost:8000
- Navigate to
vue
folder using terminal - Run
npm install
to install vue.js project dependencies - Copy
vue/.env.example
intovue/.env
and specify API URL - Start frontend by running
npm run dev
- Open http://localhost:3000
The Laravel framework is open-sourced software licensed under the MIT license.