2026-02-18 21:23:15 +00:00
|
|
|
defmodule Berrypod do
|
2025-12-30 12:26:26 +00:00
|
|
|
@moduledoc """
|
2026-02-18 21:23:15 +00:00
|
|
|
Berrypod keeps the contexts that define your domain
|
2025-12-30 12:26:26 +00:00
|
|
|
and business logic.
|
|
|
|
|
|
|
|
|
|
Contexts are also responsible for managing your data, regardless
|
|
|
|
|
if it comes from the database, an external API or others.
|
|
|
|
|
"""
|
|
|
|
|
end
|