Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2pa4ul2/car-link-express
A database project in Computer science CSE4 electives, using PHP and SQL.
https://github.com/2pa4ul2/car-link-express
mysql mysql-database php phpmyadmin phpmyadmin-database xampp
Last synced: 4 days ago
JSON representation
A database project in Computer science CSE4 electives, using PHP and SQL.
- Host: GitHub
- URL: https://github.com/2pa4ul2/car-link-express
- Owner: 2pa4ul2
- License: mit
- Created: 2024-05-12T15:27:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T07:57:17.000Z (8 months ago)
- Last Synced: 2024-11-25T15:14:47.602Z (2 months ago)
- Topics: mysql, mysql-database, php, phpmyadmin, phpmyadmin-database, xampp
- Language: PHP
- Homepage:
- Size: 4.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![image](https://github.com/2pa4ul2/Car-Link-Express/assets/95076322/7e0821a0-cbd7-49d4-a1b0-7fc322be07b1)
Carlink Express With PHP and MySQL
Database Project on Computer Science Electives (CSE4) Using PHPMyAdmin and SQL
## Features
- CRUD Functionality
- Display Queries - Categories Of Cars
- Display Queries - Distributed Cars By Supplier## Installation & Usage
1. Install `XAMPP Application`
2. Install `PHP Server` in VScode Extensions
3. Clone the repository:
```bash
git clone https://github.com/2pa4ul2/Car-Link-Express.git
```
4. Place the cloned repository in `htdocs` file of the `XAMPP Application` folder
5. Run `Apache` and `MySQL` in XAMPP Application
6. Open localhost/phpmyadmin and localhost/car-link-express
7. In localhost/phpmyadmin create a database named `carlink` with the ff. table
- `supplier`
- supplier_name
- contact_person
- contact_number
- `category`
- category_id
- category_name
- `product`
- product_id
- product_name
- supplier_id
- category_id
## Sitemap
### `Home` - Main Page
### `Create` - Data Input and Creation
Pages
### `Modify` - Update and Delete
Pages
### `Display` - Data Display
Pages
### `Query 1` - Display of Car Category Queries
### `Query 2` - Display of Distributed Car By Supplier
Created By Paul Adrian Torres