Single-page E-commerce web application built with Laravel and Vue.js, using Tailwind CSS and DaisyUI for a modern and responsive design.
- Framework: Laravel
- Database: MySQL / MariaDB
- Authentication: Laravel Sanctum
- Dev tools: Composer, PHPStan
- Routing: Vue Router
- UI: Tailwind CSS 3, DaisyUI, typed.js
- HTTP Requests: Axios
- Dev tools: Node 20.11, Vite, ESLint
- Make sure you've installed PHP, Composer, Node and Laravel Framework. Then run
composer install npm install - Make a table called kki_db in your SQL and run
php artisan migrate:fresh --seed - Then run
npm run dev php artisan serve