Laravel backend API with VueJS Frontend
- PHP
- Laravel
- MySQL
- VueJS
- Vue Router
- VueX
- Bootstrap
- Firebase Auth
Homepage
Store
Cart
Login
Product List
API
composer install
php artisan migrate
cd client && yarn && yarn build && cd ..
orcd client && npm install && npm run build && cd ..
php artisan serve
Project is running at
http://localhost:8000/
- Install Composer
- Have a MySQL Server running (or use xampp)
- Setup .env file from .env.example
- Install NodeJS
Refer package.json for client