Project Stage:
⚠️ (Development)
🔹 Features
- This project represents a first course challenge: REST API's RESTFul from 0 to AWS With Spring Boot 3 Java and Docker. In which it is requested that an endpoint be created to perform basic arithmetic operations, and the refactoring of the code making it cleaner.
✔️ 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
On terminal, clone the repository:
git clone https://github.com/matheusdelima/calculator-api-spring-boot
$ mvn -B package --file pom.xml
In issues some problems generated during the development of this project were opened and how they were solved.
- 📝 Start MathOperatorsController test coverage
- 📝 Make the project containerized
The MIT License (MIT)
Copyright ©️ 2023 - Calculator - Spring Boot