Simple Restaurant Review System in PHP and SQLite Free Source Code

Language

Introduction

This is a PHP Project entitled Simple Restaurant Review System. This simple project is an online platform where can restaurant owners or management can published their restaurant information which they can gather some reviews from their customers. This simple project can help the restaurant management to market or enhance their services based on the reviews submitted by their customers. This mini-project has a small scope but enough to explain and execute the main purpose of the idea.

I developed this project using the following:

  • XAMPP v3.3.0 as my local webserver that has a PHP Version 8.0.7
  • PHP Language
  • SQLite Database
  • HTML
  • CSS
  • JavaScript
  • jQuery
  • Ajax
  • Bootstrap
  • Summernote
  • and more...

About the Simple Restaurant Review System

This simple Restaurant Review System has 2 types of users which are the Restaurant Owner/Management and the Customer. Both users can create their system credentials freely. The Restaurant Owner/Management are can publish the information of each branch they have. They can also view all the reviews submitted by their customers. The Customer User can explore restaurants and read the information about the restaurant. Customers are only allowed to submit their reviews once.

Project Features

Restaurant Owner/Management

  • Secure Login and Registration
  • Add Restaurant Branches
  • Manage Restaurant Information
  • Upload Restaurant Images
  • Read Customers Reviews
  • Delete Restaurant
  • Logout

Customer Side

  • Secure Login and Registration
  • Explore Restaurants
  • Read Restaurant Information
  • Redirects to Restaurant Social Links
  • Read other customers reviews
  • Logout

The project source code is free to download on this website. Feel Free to download and modify the source code the way you wanter. Follow the instruction below to run this project.

How to Run

Requirements

  • Download and Install any local web server such as XAMPP/WAMP.
  • Download the provided source code zip file. (download button is located below)

Installation/Setup

  1. Open your XAMPP/WAMP's php.ini file and uncomment the sqlite3 and gd extension. Then, save the file.
  2. Open your XAMPP/WAMP's Control Panel and start Apache.
  3. Extract the downloaded source code zip file.
  4. If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
  5. Browse the Simple Restaurant Review System in a browser. i.e. http://localhost/restaurant_review/.

Sample Management Access

Username: restaurant101
Password: restaurant101

You can also register new restaurant owners/management and customer system access.

DEMO VIDEO

That's it! You can now explore the features and functionalities of this Simple Restaurant Review System project in PHP and SQLite Database. I hope this will help you with what you are looking for and you'll find something useful for your future PHP 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.

Add new comment