Skip to content

Service for storing the Fibonacci sequence and retrieving any segment of the sequence

License

Notifications You must be signed in to change notification settings

aburtasov/fibonaccisrv

Repository files navigation

Fibonacci service

Service for storing the Fibonacci sequence and retrieving any segment of the sequence

See api/api.yaml for information about allow endpoints and methods

Build & Run(locally)

Prerequisites
  • docker
  • docker-compose
  • make

Build

To build a service for a native platform just call

sudo docker-compose up -d

To build only fibonaccisrv without docker-compose call

sudo make build

About

Service for storing the Fibonacci sequence and retrieving any segment of the sequence

Resources

License

Stars

Watchers

Forks

Packages

No packages published