Food Recipe System Using PHP and MySQL
‘Food Recipe System Project’ is a web-based technology that will share online cooking experiences and cooking recipes to others. This system can be beneficial for a restaurant or to the chefs who teach cooking as they can spread their recipe to others. The user can also post their recipe on the website. As the Food Recipe Management System will be based on the internet, the user can learn and view the recipe from any place and any time.
Project Requirements
Project Name | Food Recipe System Project in PHP |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Project Modules
Admin
Dashboard: In this sections, admin can briefly view the total number of registered users, Total Listed Recipes, Total Comments, Approved Comments and Rejected Comments.
Regd.Users: In this sections, admin can manage registered users and their recipes.
Comments: In this section, admin can manage comments which is sent by recipe readers.
Enquiry: In this section, admin read the enquiries which are send by users.
Pages: In this section, admin can update about us and contact us pages.
Reports: In this section admin can generate registered users and recipe reports between two dates.
Search: In this section, admin can search a particular recipe by recipe name.
Admin can also update his profile, change the password and recover the password.
Registered User
Dashboard: In this sections, user can briefly view the total listed recipe, Total Listed Recipes, Total Comments, Approved Comments and Rejected Comments.
Recipe: In this Section, user can add and manage( edit, delete) the recipe .
Comments: In this section, user can view comments which is send by recipe readers.
Search: In this section, user can search a particular recipe by recipe name.
Users can also update their profile, change the password and recover the password.
Unregistered User
Home Page: User can visit the home page.
View Recipe: User can the recipe details which are listed by registered users.
About Us: User sees the details of website .
Contact Us: User can contact with website.
Users can comment on recipes and send the enquiry
Note: In this project MD5 encryption method is used.
Some of the Project Screens
Home Page

User Signup

User Dashboard

List the Recipe

Admin Dashboard

How to run the Food Recipe System Project using PHP and MySQL
1. Download the project zip file
2. Extract the file and copy frs
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 frsdb
6. Import frsdb.sql
file(given inside the zip package in SQL file folder)
7. Run the script http://localhost/frs
Admin Credential
Username: admin
Password: Test@123
Credential for User panel :
Username: ak30@gmail.com
Password: Test@123
or Register a new user.