General
This project is a sample implementation of a calculator. It is realized with spring boot and swagger.
You can reach the swagger ui at the following URL:
http://localhost:8080/swagger-ui.html
How to run the project?
- Consider you have installed java locally
- Download the project
- Open the terminal in the directory
- Execute the command:
java -jar calculator-0.0.1-SNAPSHOT.jar