Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 442 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 442 Bytes

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