Project Summary

You might also like

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

# Online Pizza Delivery System

This project is designed to help Pizza shop owners to facilitate their customers to
order their shop's pizzas and other bevarages 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
bevarage 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.

## Installation
1.Download the zip file
2.Extract the file and copy srms folder
3.Paste it 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 `opd`.
6.Import the tables using opd_db.sql file(given inside the zip package in SQL file
folder) in database.
7.Visit the URL http://localhost/OnlinePizzaDelivery/index.php

#To access admin panel:

### Login Details

Admin ----->

Username: admin
Password: admin

### 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

## Technologies Used

HTML, CSS, JavaScript for frontend, PHP as a backend and MySQL for the database.

# 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

# 🚀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! 🤓📚

### License
Online Pizza Delivery System is developed under the MIT License.

You might also like