E-commerce project with Laravel and Vue.js
E-commerce application built with Laravel, Vue.js, Tailwind.css and Alpine.js.
If you want to see every single step how this E-commerce application is build and learn how to build your own Full Stack applications, check my website thecodeholic.com
Admin Panel: https://admin.lcommerce.net
Email: [email protected]
Password: admin123
Website: https://lcommerce.net
Email: [email protected]
Password: useruser1
Email: [email protected]
Password: useruser2
Make sure you have environment setup properly. You will need MySQL, PHP8.1, Node.js and composer.
.env.example
into .env
and configure database credentialscomposer install
php artisan key:generate --ansi
php artisan migrate --seed
php artisan serve
npm install
npm run dev
to start vite server for Laravel frontendbackend
foldernpm install
backend/.env.example
into backend/.env
VITE_API_BASE_URL
key in backend/.env
is set to your Laravel API host (Default: http://localhost:8000)npm run dev
[email protected]
admin123