Elixir projects with application under Phoenix umbrella (DDD)

Umbrella apps are just a different structure to conveniently develop multiple applications side by side. It doesn‘t alter the fact that applications work independent from each other. Startup order is determined by dependencies of each individual application (ˋdepsˋ in applications mix.exs). Therefore there‘s no code overarching all the applications in your umbrella project.

1 Like