init SlideLife

This commit is contained in:
2024-05-21 23:48:50 +02:00
parent c21f4ab218
commit a988eb4bc2
37 changed files with 154 additions and 176 deletions

9
lib/slide_life.ex Normal file
View File

@ -0,0 +1,9 @@
defmodule SlideLife do
@moduledoc """
SlideLife 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