2021-03-05 19:23:32 -05:00
|
|
|
defmodule Shift73k do
|
2020-09-12 18:43:17 -04:00
|
|
|
@moduledoc """
|
2021-03-05 19:23:32 -05:00
|
|
|
Shift73k 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
|