Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

nachevm/fizzbuzz

Repository files navigation

Pre-requisites

  1. Java 11+

Lombok

Since Lombok is used, you need to install the appropriate plugin within your IDE (https://projectlombok.org)

Code Style

For those using Intellij IDEA there is already a formatter included in the Project. If it's not enabled by default you can do that in File->Settings->Editor->Code Style-Scheme->Project. Also make sure that "Enable EditorConfig support" is checked, this can be found in File->Settings->Editor->Code Style

Running the project

Gradle

gradlew application:bootRun

Docker

docker-compose up

About

REST service of the FizzBuzz game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published