Project Report

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Online Pizza Delivery System

1. Introduction
This project is designed to help Pizza shop owners to facilitate their customers to order their
shop's pizzas and other beverages thru online in easy way. Moving on, this Online Ordering
Pizza Delivery System Project in PHP focuses mainly on ordering pizzas and managing
toppings items. Also, the system displays all the lists of available pizza categories. In
addition, the system allows managing beverage items too. This project is divided into two
categories: Admin and User-Side. Here the users can register freely, order the pizzas they
wish from the wide varieties of categories, view their order status and get delivered. In this
system, the Admin has the most privileges. The Admin can able to add/edit/view/delete users,
add/edit/view/delete categories, add/edit/view/delete menus and update/view all users orders
thru Admin Panel.

2. Installation

 Download the zip file


 Extract the file and copy srms folder
 Paste it inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for
lamp var/www/html)
 Open PHPMyAdmin (http://localhost/phpmyadmin)
 Create a database with name `opd`.
 Import the tables using opd_db.sql file(given inside the zip package in SQL file
folder) in database.
 Visit the URL http://localhost/OnlinePizzaDelivery/index.php

3. Login Details

#To access admin panel:

Admin ----->

Username: admin

Password: admin

Genie Projects World Page 1


Online Pizza Delivery System

4. Features

USER - Features:
 Simple and attractive UI
 High User-Friendly Interface
 New users can register easily
 Can order from wide varieties of pizzas and other beverages
 View their orders status
 Remove their orders
 Inbuilt hashing mechanism provides better security for users
 Fully customizable
 Compact in size

ADMIN PANEL - Features:


 Interactive and Elegant Dashboard
 Add new menu items
 View/edit/remove menu items
 Add new users
 View/edit/remove existing users
 View/Update all users order details and its status
 Print Orders details
 View & respond user queries
 View/edit site settings

5. Technologies Used

 HTML, CSS, JavaScript for frontend,


 PHP as a backend
 MySQL for the database.

Genie Projects World Page 2


Online Pizza Delivery System

# For more projects, check out our channel

https://www.youtube.com/channel/UC4_6-VSWBw_QHMyjrDDEvVQ

# Our Official Website

www.genieprojectsworld.com

Queries/Suggestions are welcome at --> learnwithus@genieprojectsworld.com ,


Genieprojectsworld@gmail.com

# 🚀Join our Instagram page for:

 Projects queries and support


 Complete source code download
 Coding tips & tricks
 Other tech updates.

# Thankyou for your support, Please subscribe our channel, Stay tuned and
Happy learning!

Genie Projects World Page 3


Online Pizza Delivery System

### License

Online Pizza Delivery System is developed under the MIT License.

Genie Projects World Page 4

You might also like