Online Railway Catering Management System using PHP and MySQL
An online railway catering management system Project is a web-based application that stimulates the foodies (customers) to put food orders through the Internet. This application is based on the Open Source platform.
Project Requirements
Project Name | Online Railway Catering Management 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
In Online Railway Catering Management System we used PHP and MySQL database.
This project has two modules i.e., admin and user.
Admin Module
Dashboard: In this section admin can see all detail in brief like total order, not confirmed order, confirmed order, Total food being prepared, Total food pickup, Total food deliver, Total Cancelled orders, and Total user.
Reg Users: In this section admin can manage register user (view/update).
Food Category: In this section admin can manage food category (Add and Update).
Food Menu: In this section admin can manage food menu (Add and Update).
Orders: In this section admin can view the food order details and they have also right to change order status according to current status.
Search Order: In this section, admin can search particular order with the help of the order number.
Reports: In this section, admin can view order details, order counts, and sales reports according to dates.
User Module
Food Menu: In this section, users can view which food available in restaurants
My Accounts: In this section users can his/her password, view and update his/her profile and log out from accounts.
My orders: In this section, user can view order history after login.
Cart: In this section, user can add their food which he/her wants to order.
User has also a facility to download his/her invoice and cancel orders if he/her wants to cancel.
Brief Information about the homepage
In this page guest user (user which not registered) can view railway catering menu, search food according to food name and guest user can also sign up and registered user can sign in. User can also track their order without login.
Some of the Project Screens
Home Page
User Sign up
User Order Details
Admin Dashboard
Add Food Item
How to run the Online Railway Catering Management System Project using PHP and MySQL
1. Download the project zip file
2. Extract the file and copy orcms
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 orcmsdb
6. Import
file(given inside the zip package in SQL file folder)orcmsdb
.sql
7. Run the script http://localhost/orcms
Admin Credential
Username: admin
Password: Test@123
Credential for User panel :
Username: john@test.com
Password: Test@12345
Or Register a new user.