Implementing a system with Wallet and Voucher services.
Postman collection with all the methods and example responses can be found in HERE
-
Clone this repository
git clone https://github.com/sasani72/cdn-challenge.git
-
Install packages with composer (Make sure composer is installed already)
composer install
-
Make a copy of .env.example as .env
cp .env.example .env
-
Run migration and seed the database
php artisan migrate php artisan db:seed
Run application tests
php artisan test
Licensed under the MIT license.