Backend Chalenger

Prints numbers range and replace if are multiples of 3, 5 and 3 and 5.

How to use

  1. Install php >= 7.2
  2. Install composer
  3. Clone the repository
$ git clone https://github.com/afranioce/multiples.git
$ cd multiples
$ composer install
  1. Run PHP service
$ php -S 127.0.0.1:8080

Open link on your browser http://localhost:8080

Unit testing

$ ./vendor/bin/simple-phpunit

Technologies implemented

  • PHP 7.2
  • composer

Architecture

  • SOLID and Clean Code
  • Test-driven development