Agritech is a PHP-based e-commerce platform designed to facilitate online sales of agricultural products. It includes features for product management, user registration, order tracking, and an admin panel for managing the store.
- PHP (version 7.x or higher recommended)
- MySQL or MariaDB database server
- Web server such as Apache (XAMPP recommended for local development)
- Create a new database named
ecommercein your MySQL server. - Import the
ecommerce.sqlfile located in the project root into theecommercedatabase. This will set up the necessary tables and initial data. - Configure your web server to serve the project directory (
c:/xampp/htdocs/Agritech). - Ensure your PHP environment has the required extensions enabled (e.g., mysqli).
- Access the website via your browser at the configured local URL (e.g.,
http://localhost/Agritech).
- Users can browse products, add items to the cart, and place orders.
- Registered users can track their orders and manage their profiles.
- The admin panel is available for managing products, categories, orders, coupons, and users.
- Email: vipingupta2k4@gmail.com
- Password: 1234
admin/- Admin panel files and management scriptsassets/- CSS, JavaScript, images, and other static assetsincludes/- Common PHP includes for headers, footers, and componentsCMS/- Content management system related files- Various PHP files in the root directory handle user-facing pages and functionality.
The project is live and accessible at: koyturfishfarming.com
For support or inquiries, please contact the project maintainer at the admin email above.