A simple web-based BMI calculator using Spring Boot and Thymeleaf.
- Enter weight and height to compute BMI.
- UI with HTML form and result display.
- Dockerized for easy deployment.
docker build -t bmi-app .
docker run -p 8080:8080 bmi-app
Go to: http://localhost:8080