/bootiful-calculator

Simple Spring Boot Rest Controller for the coding challenge for Java Discord Server

Primary LanguageJava

Bootiful Calculator | SwingSpringer entry

View Documentation

🥈 🎊 2nd place 🎊 🥈

This is my first attempt at Spring Boot and Integration testing. Fortunately I won 2nd place! Very happy with the results since I'm against many people knowledgeable in Java Coding Challenge announcement

Entry for the Shaunwild97's Coding challenge from the Java Discord server. I recommend to use VS Code for the workspace. The project is built using Spring Boot version 2.4.3 and Java version 1.8.0_261, but any version of Java 8 and above will work.

This project is hosted on https://bootiful-calculator.herokuapp.com. Hook up your favorite REST Client and test the requests! Note that heroku instances falls asleep after minutes of inactivity so be notified that your first request might take time!

To run the project locally, clone or fork it. Open the project in VS Code and run in Spring Boot Dashboard. Afterwards, access it via http://localhost:8080/calculate on your favorite REST Client. The workspace recommends REST Client Extension for VS Code that you can use once installed.

View Documentation