List and categorize the phone numbers in DB:
I assume that a valid number is less than 10 digits without country code
- clone this repo
- composer install
- create new DB called axon_task
- php artisan migrate
- php artisan db:seed
- php artisan serve
- got to route '/list-phone'