• Post category:StudyBullet-14
  • Reading time:9 mins read


Build Restaurant Management System and Fast Food Ordering System in the Same Project in PHP MySQL Bootstrap PayPal

What you will learn

Learn to setup the necessary tools for building modern web apps

Build a full authentication system

Learn to hash and dehash passwords with PHP

Learn to use advanced PDO queries

Learn to implement Paypal Payment professionally in you web app

Handle validation like a pro and prevent user to sensitive date

Learn how the business logic of a booking system works under the hood

Write professional maintainable code

Work with some SQL complex queries

Learn file uploading and how to fully update and delete it

Create an amazing admin panel

Learn to fix bugs along the way of developing this web app

Create a cart System

Build a checkout system

Learn how to write clean code with OOP

Learn how to integrate different parts of code together so they can work in the same system

Description

Are you as fired up as I am? Do you want to build something awesome? Something amazing? Are you a web developer who wants a cool job? If so, then this course is for you. In this course, you will learn how to build a complete Restaurant booking system with food ordering in the same web app from the ground up in a few hours. I already made sure that every part of this course is concise, elegant, and informative, so don’t miss out on this cool opportunity. I also included the files needed in different parts of the course for you to follow along with me step by step.


Get Instant Notification of New Courses on our Telegram channel.


Here is what you are going to learn, first of all, I am going to introduce you to the tools that we are going to be using in this course. We are going to build a class that will help us throughout the whole project and then we are going to build a full authentication system from scratch. While building this system I am going to introduce you to hashing and dehashing passwords. And then, we are going to build general and cool features inside our own app. It’s going to be mainly on selecting and placing data. After this part, We are going to build a cart system where we will allow users to add food items to the cart so they can order these items online. And then naturally to the checkout page and after this, I am going to show you how to pay with PayPal easily and nicely. After this part is done I am going to show you how the booking part is done with clean elegant code and full validation. Since this part is done we will only have some general parts on the user end like grabbing bookings and orders for every user, allowing users to write reviews, and so on. And then to the admin panel which is going to be really simple yet very functional and you are going to learn a lot building it. So, to sum up, if that sounds like something interesting to you, go ahead and get the course now.

English
language

Content

Introduction

Introduction

Installation

Installing Xampp
Installing VS Code

(PHP OOP) Creating our App Class

Design and Code for the Project
Creating App Class and Connecting to DB
Selecting Data from DB
Performing CRUD Operations
Creating Register and Login Methods
Starting and Validating Sessions

Setting up and Creating Authentication System

Preparing Folder Structure and Setting up
Registering Users
Logging Users in
Validating and Creating Sessions

Creating Cart and Checkout

Displaying Food Items in Index Page
Displaying Single Food Item
Adding Items to Cart
Validating Items in Cart
Displaying Cart Items
Deleting from Cart
Checking out

Paying with PayPal Creating Bookings and More

Paying with Paypal pt.1
Paying with Paypal pt.2
Validating and Cleaning up pt.1
Validating and Cleaning up pt.2
Performing Booking Tables

Creating Users Pages and Finishing Users End

Showing Bookings for every User
Showing Orders for every User
Validating and Cleaning Users Side
Writing Reviews
Showing Reviews and Working with Booking Page

Getting Started with Admin Side

Code and Design for Admin Panel
Logging Admins in
Creating Sessions and Validating

Finishing Admins up

Showing Admins
Adding New Admins
Working with Index Page

Finishing Orders up

Showing Orders
Updating Order Status
Deleting Orders

Finishing Food Section up

Showing Food Items
Creating Food Items
Deleting Food Items with Images

Finishing Bookings up

Showing Bookings
Changing Status of Bookings and Deleting

Update (New Lectures): Enchaining and Improving Further

Fixing Bugs pt.1
Fixing Bugs pt.2