This is a Spring Boot-based weather forecast application that fetches data from the OpenWeatherMap API and displays it on a frontend webpage.
- Fetches current weather data for a given city.
- Displays temperature and weather description.
- Built using Spring Boot, HTML, CSS, and JavaScript.
- Backend: Java, Spring Boot
- Frontend: HTML, CSS, JavaScript
- API: OpenWeatherMap API
- Clone the repository:
git clone https://github.com/your-username/weather-forecast-app.git
2.Navigate to the project directory:
cd weather-forecast-app
3.Update the application.properties file with your OpenWeatherMap API key.
4.Run the Spring Boot application:
```bash
./mvnw spring-boot:run
Open your browser and go to http://localhost:8080.