server/lib/boardwise.ex

10 lines
255 B
Elixir
Raw Permalink Normal View History

2023-11-30 17:25:00 +00:00
defmodule BoardWise do
2023-11-28 17:50:13 +00:00
@moduledoc """
2023-11-30 17:25:00 +00:00
BoardWise keeps the contexts that define your domain
2023-11-28 17:50:13 +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