Calculator - Spring Boot Java CI with Maven

Project Stage: ⚠️ (Development)

Topics

🔹 Project Description

🔹 Features

🔹 Prerequisites

🔹 How to Run/Build

Project Description

Features

✔️ Perform a sum operation between two values

✔️ Perform a subtraction operation between two values

✔️ Perform a multiply operation between two values

✔️ Perform a division operation between two values

✔️ Perform a mean operation between two values

✔️ Perform a square operation

Prerequisites

How to run the application ▶️

On terminal, clone the repository:

git clone https://github.com/matheusdelima/calculator-api-spring-boot

How to run the tests

$ mvn -B package --file pom.xml

Languages, dependencies and libs used 📚

Solving problems ❗

In issues some problems generated during the development of this project were opened and how they were solved.

Open Tasks

  • 📝 Start MathOperatorsController test coverage
  • 📝 Make the project containerized

Licença

The MIT License (MIT)

Copyright ©️ 2023 - Calculator - Spring Boot