Online Catering Management System Using PHP and MySQL
Online Catering Management System (OCMS) is an established concept which is used to manage online catering services lifecycle through various technologies and process oriented tools and to automate the existing manual system by the help of computerized equipments and full-fledge computer software, fulfilling their requirements, so that their valuable data can be stored for a longer period with easy accessing and manipulation of the same. This study identifies how web application can be utilized to provide food services to the customers and to understand the potential of web application in the business environment.
Project Name | Online Catering Management System |
---|---|
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) |
Last Updated | 22 April 2024 |
In Online Catering Management Project we use PHP and MySQL Database. This project keeps the records of catering orders and user’s detail. This project has two modules i.e. admin and user.
Admin Module
- Dashboard: In this section, admin can briefly view the total subscriber, total registered users, total read enquiry, total unread enquiry, total new order, total confirmed orders, total delivered orders, total cancelled order and total orders.
- Food Category: In this section, admin can manage category(Delete).
- 3. Page: In this section, admin can manage about us and contact us page.
- Orders: In this section admin can view the order details and they have also right to change order status according to current status.
- Subscriber: In this section, admin can view the email id of subscribers.
- Reg Users: In this section, admin can view the detail of registered users.
- Reports: In this section admin can view the order details and check the sales reports (month-wise/year wise) in a particular period.
- Search Order: In this section, admin can search orders with the help of the customer order number.
Admin can also update his profile, change the password and recover the password.
User Module
1.Home Page: In this section, user can view the home page of web application and also view which food available in catering service and order that food packages.
2.My Accounts: In this section, user can do the following activities
i). Profile: User can view and update his/her own profile.
ii). Setting: User can change his/her own password of their account.
iii). My Order: User can view the detail of his/her own orders.
iv). My Cart: User can view my cart detail.
v). Logout: The user can be logged off the system using this module.
3. Pages: In this section, user can view about us and contact us detail of website.
Some Project Screen Shots
Home Page

User Signup

Admin Login

Admin Dashboard

How to run the Online Catering Management System Project Using PHP and MySQL
1.Download the zip file
2.Extract the file and copy ocms 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 name ocmsdb
6.Import ocmsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/ocms
Admin Credential
Username: admin
Password: Test@123
User Credential
Username: testuser@test.com
Password: Test@123
Or You can register yourself as a user.