Skip to content

ThanhHung2112/Laravel_Ecomshop

Repository files navigation

LARAVEL - ONLINE SHOE STORE

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.

USER INTERFACCE

Click on to watch video below 👇🏻

Watch the video

INSTALLATION

  1. Clone this responsitory to your computer
git clone https://github.com/ThanhHung2112/Laravel_Ecomshop/
  1. Open cmd and direct to the path Laravel_Ecomshop/laravel/ecomshop2 or maybe you can git bash here in this folder then install composer by this command.
composer install
  1. Install npm
npm install
  1. Run dev
npm run dev
  1. To make duplicate of .env.example
cp .env.example .env
  1. To generate key
php artisan key:generate
  1. After step abow, you should import the laraveldb.sql to your database and migrate it
php artisan migrate
  1. Starting up
php artisan sever