Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 416 Bytes

fizzbuzz-api

Simple REST API for FizzBuzz game.

How to launch

  1. Run maven build from the repo root: mvn clean package
  2. Execute the jar file from the target dir or run the project form the IDE

Step 1 must be executed before the start from the IDE, otherwise the BuildProperties bean will be unavailable and the startup will fail.

Classic REST API

The API description is available in the Swagger UI.