- CRUD Functionality
- Display Queries - Categories Of Cars
- Display Queries - Distributed Cars By Supplier
- Install
XAMPP Application
- Install
PHP Server
in VScode Extensions - Clone the repository:
git clone https://github.com/2pa4ul2/Car-Link-Express.git
- Place the cloned repository in
htdocs
file of theXAMPP Application
folder - Run
Apache
andMySQL
in XAMPP Application - Open localhost/phpmyadmin and localhost/car-link-express
- In localhost/phpmyadmin create a database named
carlink
with the ff. tablesupplier
- supplier_name
- contact_person
- contact_number
category
- category_id
- category_name
product
- product_id
- product_name
- supplier_id
- category_id