This project is a simple demonstration of bean.
In this project, gen_servers are defined in src/gen_servers directory. The following figure shows the dependencies of the gen_servers:
graph LR
third_server --> second_server
second_server --> first_server
fib_server
fizzbuzz_server
Then bean generates the supervision tree shown in the following figure: