Weather-App weather app built in Java springboot and Thymeleaf for now the app can only give the weather forecast for any location (by cityname, or coordinates(latitude and longitude)) It can give the forecast for the next 15 days The api was gotten from Visualcrossing How to run Clone the repostiory using git clone https://github.com/7thCoder/Weather-App.git in your temrminal Open and run in your Java editor (the version used here was Java 21 and Springboot 3.2.5) Since its purely backend you can make a get request using postman or httpie to http:localhost:8080:/Weather/{city name}