MUSTAFA-Hamzawy / Multi-vendor-eCommerce-laravel

This is a backend system for multi-vendor eCommerce
MIT License
37 stars 21 forks source link
ajax composer ecommerce laravel laravel-project mysql php phpmyadmin


Table Of Contents

About The Project

It is a backend system for an E-Commerce built with the Laravel framework, provides a simple and secure platform for online buying and selling. With features like user authentication, and product management.

Features

Screenshots

screenshot_1


screenshot_2

Database Diagram

db_diagram

Demo Video

Video : Youtube Link

https://github.com/MUSTAFA-Hamzawy/Multi-vendor-eCommerce-laravel/assets/72188665/eef57cea-6e74-43b1-8c26-58efd52e72b8

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/MUSTAFA-Hamzawy/Multi-vendor-eCommerce-laravel.git
  1. Import the database file from the folder "SQL File"

  2. Make your own copy of the .env file

    cp .env.example .env
    
    DB_DATABASE= your db name here
    DB_USERNAME= your db username
    DB_PASSWORD= your password 
  3. Install dependecies

    composer install
  1. Generate a key
    php artisan key:generate
  2. Start Running
    php artisan serve

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

See LICENSE for more information.