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


Build Amazing Coffee Shop Management System with PHP MySQL Bootstrap PayPal and PDO

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

Learn how the business logic of a cart and checkout system work under the hood

Write professional maintainable code

Work with some SQL complex queries

Learn file uploading and how to fully update and delete it

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

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

Create an amazing admin panel

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 Coffee Shop System 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. 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. Right after this, we will allow users to book tables and I will add lots of validation points in this area of the course to assure the quality of this function. 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 drinks to the cart so they can order them 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. 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. Also, there is a part where we will work with the menu to display more products to the users. 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

Getting Started and Setting up

Design and Code for the Project
Creating Config File
Structuring our Project

Build Authentication System

Creating Register Page
Logging Users in
Creating Sessions and Validating

Booking System and Getting Deeper with the Project

Booking Tables
Showing Products
Showing Single Product
Showing Related Products

Cart, Checkout and Paying with PayPal

Adding to Cart pt.1
Adding to Cart pt.2
Showing Products in Cart
Showing Total Cart Price
Deleting from Cart
Checkout Page and Placing Orders
Paying with Paypal pt.1
Paying with Paypal pt.2
Validating and Cleaning up pt.1
Validating and Cleaning up pt.2

Menu and Taking Care of Users Pages

Working with Menu
Showing Bookings
Showing Orders
Writing Reviews
Displaying Reviews

Getting Started with Admin Panel

Design and Code for Admin Panel
Logging Admins in
Starting Session and Validating

Finishing Admins Section

Working with Index Page
Showing Admins
Creating New Admins

Finishing Orders Section

Displaying Orders
Changing Order Status
Deleting Orders

Finishing Products Section

Displaying Products
Creating Products
Deleting Products with Images

Finishing Bookings Section

Showing Bookings
Changing Booking Status
Deleting Bookings

Update (New Lectures): Improving our Shop

Validating and Enhancing pt.1
Validating and Enhancing pt.2