Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hodeonartz/daw2-m07-uf1-pr3-curl_bank
This is a program that simulates the management of bank accounts
https://github.com/hodeonartz/daw2-m07-uf1-pr3-curl_bank
Last synced: about 1 month ago
JSON representation
This is a program that simulates the management of bank accounts
- Host: GitHub
- URL: https://github.com/hodeonartz/daw2-m07-uf1-pr3-curl_bank
- Owner: HodeonArtz
- Created: 2024-10-29T17:23:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T17:18:01.000Z (2 months ago)
- Last Synced: 2024-11-15T18:26:19.057Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## About ComBank back account
> Using this small program to explain about the OOP and PHPUnit.> To run the program, please read the follow:
#### Requirements
* PHP 8.x#### Features
1. Open account
2. Apply overdraft
3. Deposit funds
4. Withdraw funds
5. Display balance
6. Close account#### Installation
```
$ composer install
```#### Unit Test
```
$ phpunit
```#### Run Unit Test
```
$ ./vendor/bin/phpunit ./tests
```#### Manual Test
```
$ php src/index.php
```