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.
To download the latest version of eCommerce, please visit our Releases page.
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
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.
-
Visit the Releases Page: Go to the Releases page to find the latest version.
-
Choose the Right File: Download the package suitable for your system. Look for the file with the version number that matches the latest release.
-
Extract the Files: Once downloaded, unzip the file to a folder on your computer.
-
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 (
htdocsfor XAMPP orApplications/MAMP/htdocsfor MAMP). - For a live server, upload the files to your web hosting provider's server using an FTP client.
- If you use a local server like XAMPP or MAMP, move the unzipped files to the server's root directory (
-
Create a Database:
- Access your MySQL interface (like phpMyAdmin).
- Create a new database for eCommerce. Remember the name, as you will need it later.
-
Configure the Application:
- Locate the
.envfile 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
- DB_HOST: usually
- Locate the
-
Run the Installer:
- Open your web browser.
- Type in
http://localhost/eCommerce(replaceeCommercewith the folder name if you renamed it). - Follow the on-screen instructions to complete the installation.
-
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.
If you face any issues, consider the following steps:
- Check PHP Extensions: Ensure all required PHP extensions are enabled, such as
mysqli,curl, andmbstring. - 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.
Having trouble? Reach out for help or consult our FAQ on the GitHub Issues page.
Join our community of users and developers. Share your experiences and find solutions together.
This project is licensed under the MIT License. Feel free to use and modify the code as you wish.