Food Waste Management System
Posted: 28 January 2025
Free
About the Project
A web-based food waste management system is designed to address food waste by enabling online donations and efficient distribution of surplus food. Users can log into the system via a secure portal, where they can submit details about available food donations, including the type, quantity, and location of the food. The system automatically assigns delivery personnel to collect and distribute the food to designated recipients, such as charities or individuals in need. Admins can monitor and manage the entire process, including reviewing donations, scheduling pickups, and tracking deliveries. The system also allows users to leave feedback, ensuring continuous improvement. This platform streamlines the donation process, reduces food waste, and helps alleviate hunger, all while being easily accessible via a web interface.
Project Requirements
Project Name | Food Waste Management System |
---|---|
Language | PHP |
Database | MySQL |
Platform Type | Web Applictation |
Software | Xamp |
Installation Procedure
Step-by-Step User Guide for Running a Zipped Project in XAMPP
- Extract the Zipped Project
- Locate the zipped project file (e.g., project.zip).
- Extract it to the htdocs directory in your XAMPP installation path (e.g., C:\xampp\htdocs\my_project).
- Start XAMPP
- Open the XAMPP Control Panel.
- Start the Apache and MySQL services by clicking the Start buttons next to them.
- Create the Database
- Open your web browser and navigate to http://localhost/phpmyadmin.
- Click New in the left sidebar, name the database (use the same name as the .sql file), and click Create.
- Import the Database
- Click the name of the newly created database in phpMyAdmin.
- Select the Import tab, choose the .sql file from the project folder, and click Go.
- Run the Project
- Open your browser and go to http://localhost/project_name.