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.
- Host: GitHub
- URL: https://github.com/isherezahin/multi-vendor-ecommerce-application
- Owner: IsHereZahin
- Created: 2024-03-19T06:09:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:53:45.000Z (11 months ago)
- Last Synced: 2024-10-29T11:55:17.601Z (11 months ago)
- Topics: e-commerce-website, laravel, php
- Language: JavaScript
- Homepage:
- Size: 67.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).