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