Skip to content

DoesntMatterPrivateLimited/bmi-app-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BMI Calculator (Web App - Spring Boot)

Description

A simple web-based BMI calculator using Spring Boot and Thymeleaf.

Features

  • Enter weight and height to compute BMI.
  • UI with HTML form and result display.
  • Dockerized for easy deployment.

How to Run

Using Docker

docker build -t bmi-app .
docker run -p 8080:8080 bmi-app

Access

Go to: http://localhost:8080

About

this project is created by me in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published