Clone this repository
$ git clone https://github.com/eesnaola/pokemon-finder
Install dependencies
$ composer install
Run a Web Server
$ php bin/console server:start
This starts the web server at localhost:8000
Unit test could be executed using:
$ ./bin/phpunit