Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hendisantika/body-mass-index
Body Mass Index (BMI) with Spring Boot Tailwind
https://github.com/hendisantika/body-mass-index
cicd docker github-actions nginx spring-boot
Last synced: about 2 months ago
JSON representation
Body Mass Index (BMI) with Spring Boot Tailwind
- Host: GitHub
- URL: https://github.com/hendisantika/body-mass-index
- Owner: hendisantika
- Created: 2024-01-08T08:53:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T23:14:34.000Z (4 months ago)
- Last Synced: 2024-08-25T00:25:03.348Z (4 months ago)
- Topics: cicd, docker, github-actions, nginx, spring-boot
- Language: CSS
- Homepage: https://bmi.hendisantika.my.id
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# body-mass-index
### Things todo
1. Clone the repository: `git clone https://github.com/hendisantika/body-mass-index.git`
2. Navigate to the folder: `cd body-mass-index`
3. Run the application: `mvn clean spring-boot:run`
4. Open your favorite browser: http://localhost:8000### Docker Way
Build Dockerfile
```shell
docker build -t hendisantika/bmi:v1 hendisantika/bmi:v1 .
```Tag Dockerfile
```shell
docker tag hendisantika/bmi:v1 hendisantika/bmi:v1
```Run Docker Image
```shell
docker run -it --rm -p 8000:8000 --name bmiapp hendisantika/bmi:v1
```Push Docker to Dockerhub
```shell
docker push hendisantika/bmi:v1 hendisantika/bmi:v1
```### Image Screen shot
Body Mass Index
![Body Mass Index](img/bmi.png "Body Mass Index")