Skip to content

swdalex/otto-fib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci Numbers Calculation Service

The REST service to calculate Fibonacci Numbers

Made as a Coding Challenge for OTTO

Usage

To start the server run from console:

./gradlew bootRun

To trigger the calculation run from console (where 10 is the number of calculations):

curl http://localhost:8090/trigger/10

The results will be printed in the logs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages