An open API service indexing awesome lists of open source software.

https://github.com/isherezahin/multi-vendor-ecommerce-application

A multi-vendor e-commerce website is an online marketplace where multiple vendors can sell their products under one roof.
https://github.com/isherezahin/multi-vendor-ecommerce-application

e-commerce-website laravel php

Last synced: 5 months ago
JSON representation

A multi-vendor e-commerce website is an online marketplace where multiple vendors can sell their products under one roof.

Awesome Lists containing this project

README

          

# Multi-Vendor-Ecommerce-Application

## Description

The project is currently in progress and has not been completed.

## Technologies Used

- **Laravel** (version 10.10)
- **PHP** (version 8.1)
- **Database**: MySQL
- **Libraries**:
- **Guzzle** (HTTP Client)
- **Intervention Image** (Image Manipulation)
- **Laravel Sanctum** (API Authentication)
- **Laravel Tinker** (REPL for Laravel)
- **Hardevine Shoppingcart** (Shopping Cart)
- **Laravel Breeze** (Authentication)
- **Spatie Ignition** (Error Handling)

## Installation

1. Clone the repository:
```bash
https://github.com/IsHereZahin/Multi-Vendor-Ecommerce-Application.git
```
2. Install dependencies:
```bash
composer install
```
3. Install Node.js dependencies::
```bash
npm install
```
4. Set up the `.env` file and run migrations:
```bash
php artisan key:generate
php artisan migrate
```
5. Serve the application:
```bash
php artisan serve
```
6. Serve the application:
```bash
npm run dev
```

## Contact

For any questions, reach me at [discussun](https://github.com/IsHereZahin/Multi-Vendor-Ecommerce-Application/discussions/26).