This Symfony application fetches current weather data from an external Weather API.
- Clone the repository
- Build and run the Docker container:
docker-compose up --buildThis will automatically start the PHP built-in server on http://localhost:8020.
- Composer Install
composer i- Environment Configuration
WEATHER_API_KEY=your_api_key_here- Running Tests
make test