bones73k/lib/bones73k.ex

10 lines
253 B
Elixir
Raw Normal View History

2021-02-24 07:49:39 -05:00
defmodule Bones73k do
2020-09-12 18:43:17 -04:00
@moduledoc """
2021-02-24 07:49:39 -05:00
Bones73k keeps the contexts that define your domain
2020-09-12 18:43:17 -04: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