simple_bank_rest_api
1.0.0
Database storage is done using sqlite and middlewares used to showcase restrictions on how many transactions/amounts are allowed like a bank.
composer install
. Installation instructions for Composer.env file
run php artisan key:generate
php artisan serve
to serve applicationAvailable End Points
Path simple_bank_rest_apitestsHttpApiTest.php
vendor/bin/phpunit
vendorbinphpunit --coverage-html testsreports
. Open the folder and you can open
the index.html file
on your browser to view how many lines of code are covered during testing.