A simple web app that can convert between different units of measurement. This project is a solution to Unit Converted project of Backend Project of roadmap.sh.
- Length: millimeter,centimeter,meter,kilometer,inch,foot,yard,mile.
- Weight: milligram, gram, kilogram, ounce,pound.
- Temperature: Celsius, Fahrenheit, Kelvin.
- Java 17
- Maven
- Spring Boot
- JSP
- Apache Tomcat
- Clone the repository
git clone https://github.com/L-ux-es/UnitConverter.git
cd UnitConverter
- Build the project
mnv clean install
- Deploy to Tomcat or Spring Boot
- For Tomcat url should be:
http://localhost:8080/[Application-Context]
- For Spring Boot, Spring Boot class should be:
com.example.unitconverter.UnitConverterApplication
- Start server
- Open web browser and navigate to the page:
- For Tomcat:
http://localhost:8080/[Application-Context]
- For Spring Boot:
https://localhost/8080