Clone the repository
$ git clone https://github.com/jair921/prueba-jairmartinez Enter the directory and update dependencies
composer updateRun key generate
php artisan key:generate --ansiConfigure connection data to the database in the .env file
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=tienda
DB_USERNAME=db
DB_PASSWORD=secretRun migrations
php artisan migrateRun seeders
php artisan db:seedConfigure connection data for payment gateways in .env View Placetopay
PLACETOPAY_URL=
PLACETOPAY_LOGIN=
PLACETOPAY_TRANKEY=php artisan test