Skip to content

rishika712/agroculture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agroculture: Agriculture Management System 🌾

Agroculture is a comprehensive Agriculture Management System designed to streamline and modernize agricultural operations. Built using HTML, CSS, PHP, and MySQL, this project provides an efficient way for farmers, suppliers, and administrators to manage agricultural activities, buy/sell crops, and track farming operations.

🚀 Features

  • 🌱 User Registration and Login for farmers and administrators
  • 🛒 Marketplace to buy and sell crops
  • 📊 Crop Information Management with details and pricing
  • 📦 Order Management for tracking purchases
  • 📁 Admin Dashboard for monitoring users, orders, and inventory
  • 📌 Database-Driven: All data is stored and managed via MySQL

🛠️ Technologies Used

  • Frontend: HTML5, CSS3, JavaScript
  • Backend: PHP
  • Database: MySQL
  • Tools: XAMPP / WAMP for local hosting and database management

📂 Project Structure

agroculture/ │ ├── css/ # Stylesheets │ └── style.css ├── img/ # Image assets ├── js/ # JavaScript files ├── php/ # PHP logic and backend scripts │ ├── login.php │ ├── register.php │ ├── add_product.php │ └── ... ├── sql/ # SQL files for database schema │ └── agroculture.sql ├── index.html # Landing page ├── about.html └── README.md # Project documentation

🧑‍💻 Installation Guide

  1. Clone the repository:

    git clone https://github.com/rishika712/agroculture.git
    cd agroculture
  2. Setup a local server (XAMPP/WAMP):

    Place the project folder inside the htdocs directory (for XAMPP).

    Start Apache and MySQL.

  3. Import the database:

    Open http://localhost/phpmyadmin

    Create a new database named agroculture

    Import the SQL file located in the sql/agroculture.sql path

  4. Access the app in your browser: http://localhost/agroculture/

🤝 Contributions

Feel free to fork this repository and submit pull requests. Contributions are welcome to enhance features, improve UI/UX, or optimize performance.

📄 License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors