The Fruits and Vegetable Shop Management System is a web-based platform designed to streamline the buying and selling process of fresh produce, catering to customers’ needs for convenience, quality, and timely delivery. This system enables users to browse a wide variety of fruits and vegetables, add desired items to their cart or wish list, and make secure online payments.
Project Requirements
Project Name | Fruits and Vegetable Shop Management System Project in PHP |
---|---|
Language Used | PHP5.6, PHP7.x,PHP8.x |
Database | MySQL 5.x,MySQL8.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
PROJECT MODULES
MODULES: This project contains two modules, which are
- Admin
- User
Admin Modules
This module provides administrator-related functionalities. The administrator manages the entire application.
Dashboard: In this section, admin can briefly view the total orders, total new orders , total packed orders , total dispatched orders , total in transit orders, total out for delivery orders, total delivered, total cancelled and total registered users.
Category: In this section, admin can manage category of products(add/update/delete).
Subcategory: In this section, admin can manage subcategory of products (add/update/delete).
Products: In this section, admin can manage products(add/update/delete).
Orders: In this section, admin can view the order details and they have also the right to change order status according to current status.
Reports:Â In this section admin can view order details and sales reports according to dates.
Registered Users:Â In this section, the admin can view registered users.
Admin can also update his profile, change the password and recover the password.
User Module
- Home: This is landing page of website.
- About: This is about us page of website.
- Contact: This is contact us page of website
- Shop: In this section, users can view fruits and vegetable which is available on the website.
- My Accounts:
- Order: User can view the details of orders.
- Profile: User can view and update their profile.
- Setting: User can change their password.
- Addresses: User can update and view the details of addresses.
- Logout: User can logout from their panel.
- Cart:Â In this section, the user can add the products which he/she want to order.
- Wishlist:Â In this section, the user can add products to the Wishlist.
Brief Information about the Homepage
On this page guest users (users who are not registered) can view the fruits and vegetable. Guest users can also sign up and the registered users can sign in.
Some of the Project Screens
Home Page
User Sign up
User Order Details
Admin Dashboard
Add Products
Orders List
How to run the Fruits and Vegetables Shop Management System using PHP and MySQL
1. Download the project zip file
2. Extract the file and copy fvsms
 folder
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/Html)
4.Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with the name  fvsmsdb
6. Import fvsmsdb.sql
 file(given inside the zip package in SQL file folder)
7. Run the script http://localhost/fvsms
*************************Admin Login Details**********************************
Username:Â admin
Password:Â Test@123
*************************User Details**********************************
Email id:Â john123@gmail.com
Password:Â Test@123
OR register a new user
Project Demo
Project Download Link
The post Fruits and Vegetable Shop Management System using PHP and MySQL appeared first on PHPGurukul.
Source: Read MoreÂ