Skip to content

sasani72/cdn-challenge

Repository files navigation

CDN Code Challenge

Implementing a system with Wallet and Voucher services.

Postman collection with all the methods and example responses can be found in HERE

Running the application

  1. Clone this repository

    git clone https://github.com/sasani72/cdn-challenge.git
  2. Install packages with composer (Make sure composer is installed already)

    composer install
  3. Make a copy of .env.example as .env

    cp .env.example .env
  4. Run migration and seed the database

    php artisan migrate
    php artisan db:seed

Run Tests

Run application tests

 php artisan test

License

Licensed under the MIT license.