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)

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)