Skip to content

📚 This web application was created to study PHP, Composer Autoload, OOP, PDO, and HTML on the client side. It includes some basic online shopping features, such as the product CRUD, cart, checkout and order history

Notifications You must be signed in to change notification settings

Giorgio163/web-shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Web-Shopping

Description

This PHP project is a web shop that utilizes Object-Oriented Programming (OOP) and PHP Data Objects (PDO) to manage products and orders.

Users can create, read, update, and delete products on the Add Product Page. The products can be displayed inside the catalogue with random images. Products can be added to the cart and the User can list, update, and delete items from the cart. The checkout page provides information about the order and a button to complete the order selecting a checkout date. Also is possible to view the orders made and to see the details of each of them.

How to begin

The User will have to open phpmyadmin create a new database as following: CREATE DATABASE IF NOT EXISTS web_shopping; After the user will have to run the file create-tables.php to create the relative tables. As last run the localhost on the user machine and start adding products and browse on each link you will see

About

📚 This web application was created to study PHP, Composer Autoload, OOP, PDO, and HTML on the client side. It includes some basic online shopping features, such as the product CRUD, cart, checkout and order history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published