HUESHOSE, a cutting-edge website crafted with Laravel, offering a dual experience for both customers and administrators. 🌈💻✨
🛍️ Customer Wonderland: Experience shopping like never before! HUESHOSE enchants customers with features such as seamless product viewing, intuitive cart management, user-friendly order placement, and a smart search tool for effortless exploration.
🧑💻 Admin's Power Hub: Step behind the scenes into the Admin portal, where administrators wield control. Explore the robust order management system, ensuring a smooth journey from order placement to fulfillment.
Click on to watch video below 👇🏻
- Clone this responsitory to your computer
git clone https://github.com/ThanhHung2112/Laravel_Ecomshop/
- Open cmd and direct to the path
Laravel_Ecomshop/laravel/ecomshop2
or maybe you cangit bash here
in this folder then install composer by this command.
composer install
- Install npm
npm install
- Run dev
npm run dev
- To make duplicate of .env.example
cp .env.example .env
- To generate key
php artisan key:generate
- After step abow, you should import the
laraveldb.sql
to your database and migrate it
php artisan migrate
- Starting up
php artisan sever