A simple restAPI to get FizzBuzz number equivalence
The RestApi is available at https://first-me.herokuapp.com/ and is used by https://fizz-angular.vercel.app/home
Run mvn spring-boot:run
and navigate to http://localhost:8080/
Run mvn -DskipTests package
to genereate jar file in the target folder.
Run java -jar .\target\fizzbuzz-0.0.1-SNAPSHOT.jar
and navigate to http://localhost:8080/
Still pending tests