/xcom

This is an e-commerce website built with Laravel, featuring Bootstrap, JavaScript, and MySQL. It is a single-vendor, full-stack website with security features, including CRUD operations for Products and Categories, user registration, and role-based permissions.

Primary LanguageJavaScriptMIT LicenseMIT

After clone:
composer install copy .env.example .env

``` php artisan key:generate ```
``` php artisan migrate ```
``` php artisan serve ```
``` php artisan db:seed ```