Initial Commit: Phoenix Liveview App

This commit is contained in:
bluepython508
2024-11-01 17:53:00 +00:00
commit f99153d6fd
50 changed files with 2767 additions and 0 deletions

9
lib/monfari.ex Normal file
View File

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