/ecommerce

E-Commerce Web Application built using laravel, inertia js, and vue.js

Primary LanguageVue

About Ecommerce

This Project built using Laravel 10, Inertia js, and Vue js. Requires PHP v8.1 to run the application.

Install the required laravel package

composer install
npm install

Run migration

php artisan migrate

Run the applicaton

php artisan serve

and on the seperate terminal

npm run dev