Project serving weather forecast requests for specific cities.
- GET [host]/api/weather?city=[list]
- The port (4094) and the supported cities are specified in the application.properties file.
- After successfully serving a GET request, the result will be also saved in a CSV file.
- Java 21
- Spring Boot, with minimal addition of dependencies, such as:
- Spring Web
- Spring Test
Feel free to review my code and add comments or suggestions.