Online Restaurant Table Reservation System in PHP/OOP Free Source Code
Introduction
This simple project is an Online Restaurant Table Reservation System. This is a web-based application project developed in PHP and MySQL Database. The application provides an online platform for the Restaurant's possible customers. The application contains some simple features that are commonly found on a reservation project. It has a pleasant user interface using Bootstrap Framework and AdminLTE. The simple project consists of user-friendly features and functionalities.
About the Online Restaurant Table Reservation System
I developed this project using the following:
- XAMPP v3.3.0
- PHP
- MySQL Database
- HTML
- CSS
- JavaScript
- Ajax
- jQuery
- Bootstrap
- Font Awesome
- AdminLTE
This Online Restaurant Table Reservation System is accessible to the Restaurant Management and the Public. The application has a simple website that is accessible to anyone where the visitor can read or explore the information about the restaurant. Customers can simply submit their reservation requests by filling all the fields on the reservation form. For Restaurant Management, the system contains an Admin Panel where the management can manage the reservation list submitted by the customer. This side of the application requires the users to log in to their system credentials in order to gain access to the said side features and functionalities. The said side can be accessed by 2 types of user roles which are the Administrator and the Staff. The Administrator users have the privilege to manage and access all features and functionalities of the admin panel. The Staff users are only permitted to manage the booking list and manage their own account
Features
Admin Panel
- Home Page
- Display the summary and images.
- Table Management
- Add New Table
- List All Tables
- View Table Details
- Delete Table Details
- Reservation Management
- List All Reservations
- View Reservation Details
- Update Reservation Status
- Delete Reservation Details
- User Management
- Add New User
- List All Users
- View User Details
- Edit User Details
- Delete User Details
- Update System Information
- Update Account Details/Credentials
- Login and Logout
Public-Side
- Home Page
- Display the Welcome Content.
- 'About Us' Content
- List All Table
- Search Table
- Submit Reservation Request
- Login and Logout
The source code was developed only for educational purposes only. You can download the source code for free and modify it the way you wanted.
System Snapshots of some Features
Reservation Form Page (Public Site)
Table List Page (Public Site)
Admin Panel Dashboard
Reservation Details Page
How to Run ??
Requirements
- Download and Install any local web server such as XAMPP.
- Download the provided source code zip file. (download button is located below)
- Download the project plugins at https://www.dropbox.com/s/te84n43way5pby9/ortrs_plugins.zip?dl=1
System Installation/Setup
- Enable the GD Library in your php.ini file.
- Open your XAMPP Control Panel and start Apache and MySQL.
- Extract the downloaded source code zip file.
- Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
- Extract the downloaded plugins zip file.
- Copy the extracted plugins folder and paste it into the source code root path.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming ortrs_db.
- Import the provided SQL file. The file is known as ortrs_db.sql located inside the database folder.
- Browse the Online Restaurant Table Reservation System in a browser. i.e. http://localhost/ortrs/.
Admin Default Access:
Username: admin
Password: admin123
DEMO VIDEO
That's it. You can now explore the features and functionalities of this Online Restaurant Table Reservation System in PHP. I hope this will help you with what you are looking for and you'll find something useful for your future projects.
Explore more on this website for more Free Source Codes and Tutorials.
Enjoy :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Add new comment
- Add new comment
- 16025 views