/fib

Primary LanguageErlangApache License 2.0Apache-2.0

fib

Best fibonacci server ever :D

Start the application

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

Test

./rebar3 test