ShopHawk is a modern e-commerce platform built with Laravel and powered by cutting-edge web technologies. It provides a robust and scalable solution for searching online product through multiple e-commerse sites.
- 🛍️ Modern e-commerce platform
- 🎨 Sleek UI with Tailwind CSS
- ⚡ Fast and responsive with Vite
- 🛡️ Secure authentication system
- 📱 Mobile-friendly design
- 🔍 Advanced product search
- Backend: Laravel 11
- Frontend:
- Tailwind CSS
- Vite
- JavaScript
- Database: MySQL
- PHP >= 8.1
- Composer
- Node.js & NPM
- MySQL
- Clone the repository:
git clone https://github.com/DyDxdYdX/shophawk.git
cd shophawk- Install PHP dependencies:
composer install- Install Node.js dependencies:
npm install- Create and configure your environment file:
cp .env.example .env
php artisan key:generate-
Configure your database in the
.envfile -
Run migrations:
php artisan migrate- Start the development server:
php artisan serve- In a separate terminal, start the Vite development server:
npm run devThis project is licensed under the MIT License - see the LICENSE file for details.
For support, please email dydxsoft@gmail.com or open an issue in the GitHub repository.
