mahdichaaben / e-commerce-

0 stars 0 forks source link

HYPER: An E-commerce Application Built with Laravel

<<<<<<< HEAD HYPER is an e-commerce application developed using Laravel. It allows users to browse products, add them to their cart, and also add comments to each product.

Features

Technologies Used

Installation

To install and run HYPER locally, follow these steps:

  1. Clone the repository: git clone https://github.com/your_username/hyper.git
  2. Navigate to the project directory: cd hyper
  3. Install dependencies: composer install
  4. Set up the environment configuration: Rename .env.example to .env and configure database settings.
  5. Generate application key: php artisan key:generate
  6. Migrate and seed the database: php artisan migrate --seed
  7. Serve the application: php artisan serve

Once the application is running, you can access it in your web browser at http://localhost:8000.

Screenshots

Here are some screenshots of the HYPER application:

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9 Screenshot 10 Screenshot 11

HYPER is an e-commerce application built using Laravel. It allows users to browse products, add them to their cart, and make purchases securely.

Features

Categories Structure

HYPER implements a three-level category structure for organizing products efficiently.

  1. Primary Categories

    • These are the top-level categories that broadly classify products.
  2. Secondary Categories

    • Subcategories under primary categories for more specific classification.
  3. Tertiary Categories

    • Further subcategories under secondary categories for precise product grouping.

Technologies Used

Installation

To install and run HYPER locally, follow these steps:

  1. Clone the repository: git clone https://github.com/your_username/hyper.git
  2. Navigate to the project directory: cd hyper
  3. Install dependencies: composer install
  4. Set up the environment configuration: Rename .env.example to .env and configure database settings.
  5. Generate application key: php artisan key:generate
  6. Migrate and seed the database: php artisan migrate --seed
  7. Serve the application: php artisan serve

Once the application is running, you can access it in your web browser at http://localhost:8000.

Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects.