Skip to content

joysuperman/ecommerce

Repository files navigation

ecommerce

Ecommerce is an open-source e-commerce platform written in PHP. It allows you to quickly and easily set up an online store for selling digital or physical goods.

Features

  • User authentication and registration
  • Product management (adding, editing, and deleting products)
  • Shopping cart functionality
  • Secure payment processing integration (Not Enable)
  • Order management
  • Responsive design for optimal mobile shopping experience

Requirements

  • PHP 7.2 or higher
  • MySQL 5.6 or higher
  • Composer

Installation

  1. Clone or download the repository
  2. Run composer install to install the required dependencies
  3. Create a new MySQL database and import the provided ecommerce.sql file
  4. Update database credential and path from inc/connection.php.
  5. Start the built-in PHP web server with php -S localhost:8000
  6. Visit http://localhost:8000 in your web browser to access the Ecommerce storefront

About

ecommerce With PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published