Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeddsaliba/credit-card-checker
https://github.com/jeddsaliba/credit-card-checker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeddsaliba/credit-card-checker
- Owner: jeddsaliba
- Created: 2024-03-20T17:41:27.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-20T17:56:21.000Z (9 months ago)
- Last Synced: 2024-03-20T19:06:22.399Z (9 months ago)
- Language: PHP
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Credit Card Checker
This project was generated with [Laravel](https://laravel.com/).
The purpose of this project is to showcase a credit card checker function.
## Table of Contents
[Installation](#installation)
[Important Files](#important-files)
[Development Server](#development-server)
[Test Result](#test-result)
[Support](#support)
Install the `dependencies` by running:```bash
composer install
```
## Important Files
Here are the important files:```bash
App\Http\Controllers\CreditCardCheckerController.php
```
```bash
routes\api.php
```
## Development Server
Run this command:```bash
php artisan serve
```
## Test Result
To test the result, please go to this URL:```bash
http://127.0.0.1:8000/api/credit-card-check
```
## Support
For support, email [email protected].