CreditCardManager

In order to make application work at it's best, it is fundamental to install locally the following:

Composer: Composer's official webpage

Laravel: Laravel's official webpage

MySQL: MySQL's official webpage

After downloading and extracting this project, you must run: composer install, for dependencies installation.

You must log-in with your MySQL user and password and create a database for this project, after that you need to configure this project's environment file (.env).

Subsequently, you must run the preset migrations and after you should run the preset seeders in order to populate some tables at the database.

Command for running migrations: php artisan migrate

Command for running seeders: php artisan db:seed

IMPORTANT: You should access Credit Card API

There's an available Postman's environment with all the necessary endpoints for this application: Credit Card workspace

In case of any problem, I'm available at matheusalmeida97@proton.me