Skip to content

systream/fib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published