WeatherAPI

1)Download the project.
2)Move to the weather-api folder which has pom.xml file.
3)Build the code using command mvn clean package.
4)The target folder generated after the build has weather-api-0.0.1-SNAPSHOT.jar file
5)Run the command java -jar target/weather-api-0.0.1-SNAPSHOT.jar
6)The app runs on port http://localhost:8080
7)The rest-api endpoint is as follows : http://localhost:8080/weatherApi/30/40
8)The actuator is at endpoint: http://localhost:8080/actuator
9)The swagger-ui is at: http://localhost:8080/swagger-ui.html