Service for storing the Fibonacci sequence and retrieving any segment of the sequence
See api/api.yaml for information about allow endpoints and methods
- docker
- docker-compose
- make
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