phoenixRealWorld/lib/phoenixRealWorld.ex
ReyoKatsu 6431f6651a
init
2025-04-12 00:31:08 +09:00

9 lines
269 B
Elixir

defmodule PhoenixRealWorld do
@moduledoc """
PhoenixRealWorld keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end