Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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


home

### `Create` - Data Input and Creation

Pages


create
 
create


create
 

### `Modify` - Update and Delete

Pages


modify
 
modify


modify
 
modify


modify
 
modify

### `Display` - Data Display

Pages


display
 
display


display
 

### `Query 1` - Display of Car Category Queries


query

### `Query 2` - Display of Distributed Car By Supplier


query

Created By Paul Adrian Torres