This repository has been archived on 2025-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tradex/lib/tradex.ex
2025-01-27 14:08:26 +01:00

10 lines
249 B
Elixir

defmodule Tradex do
@moduledoc """
Tradex 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