Files
slide_life/lib/slide_life.ex

10 lines
255 B
Elixir
Raw Normal View History

2024-05-21 23:48:50 +02:00
defmodule SlideLife do
2024-05-21 21:57:36 +02:00
@moduledoc """
2024-05-21 23:48:50 +02:00
SlideLife keeps the contexts that define your domain
2024-05-21 21:57:36 +02: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