cd php-api;
composer install;
php -S localhost:8000 -t public;
curl "http://localhost:8000/weather?city=Zocca&country=IT";
vendor/bin/phpunit tests/Add your OpenWeather API key in ts-api/.env: EXTERNAL_API_URL
cd ts-api;
npm install;
npm start