Best fibonacci server ever :D
In console
./rebar3 shell
or create a release and start it
./rebar3 release
./_build/default/rel/fib/bin/fib start
Tested on erlang 25
By default, fib app will start on port 8080
(can be changed in sys.config).
For access swagger open:
http://localhost:8080/api-docs/index.html
./rebar3 test