Difference between betting_system and betting_system_web in Elixir

In an Elixir Phoenix application that uses LiveView and follows the Umbrella Project structure, you often have two separate apps: lib/betting_system/ (Core Logic - Contexts) lib/betting_system_web/ (Web Interface - Web Layer)

Apr 5, 2025 - 12:08
 0
Difference between betting_system and betting_system_web in Elixir

In an Elixir Phoenix application that uses LiveView and follows the Umbrella Project structure, you often have two separate apps:

  1. lib/betting_system/ (Core Logic - Contexts)
  2. lib/betting_system_web/ (Web Interface - Web Layer)