This commit is contained in:
2023-09-20 20:40:47 -04:00
commit bd9fc782ff
927 changed files with 5533 additions and 0 deletions

9
lib/streamview.ex Normal file
View File

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