shawonk007 / quickbuy_ecommerce

"QuickBuy-Ecommerce" is a Git repository that houses a multivendor system for e-commerce. It provides a platform for multiple vendors to sell their products, offering a comprehensive solution for building and managing an e-commerce marketplace efficiently.

Home Page:https://quickbuy.shawon-khan.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickBuy - Multivendor System Ecommerce Platform

QuickBuy is a fully responsive multivendor system ecommerce platform/web application. It is developed using [Object-Oriented PHP] and utilizes the Bootstrap (v5.3.0) framework along with JavaScript/jQuery plugins. The platform is designed to be compatible with various screen resolutions, providing optimal user experience across small mobile devices to large desktops.

Live Preview

To preview this project please visit https://quickbuy.shawon-khan.com/.

Used Plugins

Features

  • [Multivendor system] : QuickBuy supports multiple vendors, allowing them to create and manage their own stores within the platform.
  • [Responsive design] : The platform is built with a responsive layout, ensuring seamless user experience across different devices and screen sizes.
  • [Object-Oriented PHP] : QuickBuy is developed using the Object-Oriented PHP programming language, which promotes code reusability and maintainability.
  • [Bootstrap framework] : It utilizes the Bootstrap 5.3.0 framework, providing a robust and customizable foundation for the user interface.
  • [Merchant stores] : Merchants have the ability to create and manage their own stores, including product listings, inventory management, and order processing.
  • [User-friendly interface] : The platform offers a user-friendly interface, making it easy for both merchants and customers to navigate and interact with the system.
  • [Shopping cart] : Customers can add products to their shopping cart and proceed to checkout for a seamless purchasing experience.
  • [Order management] : Merchants can efficiently manage their orders, track shipments, and update order statuses.
  • [Payment integration] : QuickBuy integrates with popular payment gateways, allowing customers to make secure online payments.
  • [Product search and filtering] : Customers can easily search for products and apply filters to find their desired items quickly.
  • [Wishlist functionality] : Customers can create and manage their wishlist, saving products for future reference.
  • [Review and rating system] : Customers can leave reviews and ratings for products, providing valuable feedback for other users.

Installation

To install QuickBuy, please follow the steps below:

Via Git

git clone https://github.com/shawonk007/quickbuy_ecommerce.git

Select Project Folder

cd quickbuy_ecommerce

Install Dependencies

composer i

Configure Autloads

composer dump-autoload
  1. Clone the repository to your local machine or download the source code as a ZIP file.
  2. Ensure you have a compatible web server (e.g., Apache) and Composer installed on your machine.
  3. Import the provided database file into your MySQL database.
  4. Update the database configuration in the application's configuration file (database.php) under config folder with your database credentials.
  5. Upload the application files to your web server.
  6. Ensure that the necessary file and directory permissions are set to enable read and write access.
  7. Access the application through your web browser.

Note: Make sure you have PHP version 8.2 and MySQL installed and properly configured on your server.

Usage

After the installation, you can access QuickBuy through your web browser. As an administrator, you will have access to the admin panel to manage the system settings, merchants, and products. Merchants can create their stores and manage their products and orders through their dedicated merchant panel. Customers can browse products, add items to their shopping cart, and proceed to checkout.

Configure Path

After clone or installation this project please make sure you configure your path on (config/app.php). Please change ["YOUR_DIRECTORY"] to your to the directory of this project on your local server as given below :

'root'=> 'http://localhost/YOUR_DIRECTORY/',
'auth'=> 'http://localhost/YOUR_DIRECTORY/auth',
'admin'=> 'http://localhost/YOUR_DIRECTORY/admin',
'merchant'=> 'http://localhost/YOUR_DIRECTORY/merchant',

Acknowledgments

  • The QuickBuy project is developed only demo purpose right now based on the concepts of ecommerce platforms and online marketplaces.
  • The development of QuickBuy was made possible by the contributions of various individuals and open-source libraries.
  • We would like to express our gratitude to the developers and communities behind PHP, Bootstrap, and other tools used in this project.

About

"QuickBuy-Ecommerce" is a Git repository that houses a multivendor system for e-commerce. It provides a platform for multiple vendors to sell their products, offering a comprehensive solution for building and managing an e-commerce marketplace efficiently.

https://quickbuy.shawon-khan.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 85.8%Language:CSS 7.7%Language:PHP 6.4%Language:SCSS 0.1%Language:Hack 0.0%