Skip to content

mahadevphad0607-del/eCommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ eCommerce - Your Simple Online Store Solution

πŸš€ Getting Started

Welcome to eCommerce! This application helps you easily set up your own online store. Whether you want to sell products or services, our platform provides the tools you need to get started.

πŸ“₯ Download the Application

Download eCommerce

To download the latest version of eCommerce, please visit our Releases page.

Download eCommerce

πŸ–₯️ System Requirements

Before you install eCommerce, ensure your system meets the following requirements:

  • Operating System: Windows, macOS, or Linux
  • Web Server: Apache or Nginx
  • Database: MySQL version 5.7 or higher
  • PHP Version: 7.1 or higher
  • Browser: Latest version of Chrome, Firefox, Safari, or Edge

πŸ“š Features

Here's what eCommerce offers:

  • User Authentication: Secure login and registration for users.
  • Admin Dashboard: Easy-to-use interface for managing products, orders, and users.
  • Product Management: Add, edit, or delete products in a straightforward manner.
  • Responsive UI: A clean, mobile-friendly design built with Bootstrap and jQuery.
  • Payment Options: Flexible options for customers to make payments.

πŸ“¦ Download & Install

  1. Visit the Releases Page: Go to the Releases page to find the latest version.

  2. Choose the Right File: Download the package suitable for your system. Look for the file with the version number that matches the latest release.

  3. Extract the Files: Once downloaded, unzip the file to a folder on your computer.

  4. Set Up the Web Server:

    • If you use a local server like XAMPP or MAMP, move the unzipped files to the server's root directory (htdocs for XAMPP or Applications/MAMP/htdocs for MAMP).
    • For a live server, upload the files to your web hosting provider's server using an FTP client.
  5. Create a Database:

    • Access your MySQL interface (like phpMyAdmin).
    • Create a new database for eCommerce. Remember the name, as you will need it later.
  6. Configure the Application:

    • Locate the .env file in your unzipped folder.
    • Update the database connection settings to match your database credentials:
      • DB_HOST: usually localhost
      • DB_NAME: the name of the database you just created
      • DB_USER: your MySQL username
      • DB_PASSWORD: your MySQL password
  7. Run the Installer:

    • Open your web browser.
    • Type in http://localhost/eCommerce (replace eCommerce with the folder name if you renamed it).
    • Follow the on-screen instructions to complete the installation.
  8. Access Your Store: After installation, you can visit your store at the same URL. Use the admin credentials you set up during installation to access the dashboard.

πŸ› οΈ Troubleshooting

If you face any issues, consider the following steps:

  • Check PHP Extensions: Ensure all required PHP extensions are enabled, such as mysqli, curl, and mbstring.
  • File Permissions: Make sure your web server has access to the eCommerce files.
  • Review Logs: Check the server logs for error messages that can provide hints.

πŸ’¬ Support

Having trouble? Reach out for help or consult our FAQ on the GitHub Issues page.

🌐 Community

Join our community of users and developers. Share your experiences and find solutions together.

πŸ“œ License

This project is licensed under the MIT License. Feel free to use and modify the code as you wish.

Enjoy building your online store with eCommerce!

About

πŸ›’ Build a modern eCommerce web application with PHP and MySQL, featuring user authentication, product management, and a responsive admin dashboard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors