Skip to content

cipichop/kki-market

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kki-market

Single-page E-commerce web application built with Laravel and Vue.js, using Tailwind CSS and DaisyUI for a modern and responsive design.

Tech Stack

Backend: Laravel (PHP 8.2)

  • Framework: Laravel
  • Database: MySQL / MariaDB
  • Authentication: Laravel Sanctum
  • Dev tools: Composer, PHPStan

Frontend: Vue.js 3

  • Routing: Vue Router
  • UI: Tailwind CSS 3, DaisyUI, typed.js
  • HTTP Requests: Axios
  • Dev tools: Node 20.11, Vite, ESLint

Installation

  1. Make sure you've installed PHP, Composer, Node and Laravel Framework. Then run
    composer install
    npm install
    
  2. Make a table called kki_db in your SQL and run
    php artisan migrate:fresh --seed
    
  3. Then run
    npm run dev
    php artisan serve
    

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 74.9%
  • Vue 24.0%
  • Other 1.1%