3TreeCrops 🌱
Project Overview: 3TreeCrops is an e-commerce platform designed for the agricultural sector, specifically focusing on products related to tea, rubber, and coconut. This platform enables sellers to list their products and buyers to conveniently purchase them online, fostering trade within the agricultural community.
Features:
- Seller registration and product listing for tea, rubber, and coconut products.
- Buyer registration and ability to browse and purchase products.
- Secure login and authentication system for users.
- Shopping cart functionality for easy checkout.
- Admin section for managing product listings and user data.
Tech Stack:
- Backend: PHP (without frameworks)
- Frontend: HTML, CSS, SCSS, JavaScript
- Database: MySQL
- Libraries: PHPMailer for email functionality
- Version Control: GitHub
Getting Started:
- Clone the repository:
git clone https://github.com/Tashinimonasha/3TreeCrops.git
- Navigate to the project directory:
cd 3TreeCrops
- Set up the database:
- Create a new MySQL database and import the
3treecrops.sql
file. - Configure the database connection in
db_con.php
with your MySQL credentials.
- Create a new MySQL database and import the
- Install necessary libraries using Composer (PHPMailer):
composer install
- Run the application on a local PHP server:
php -S localhost:8000
- Visit
http://localhost:8000
in your browser to access the platform.
License: This project is open-source under the MIT License.
Acknowledgments: Thanks to the entire team for contributing and making this project successful!