Initial commit

This commit is contained in:
Anhgelus Morhtuuzh 2025-08-12 13:23:45 +02:00
commit 4a0cbeb094
Signed by: anhgelus
GPG key ID: 617773CACE89052C
48 changed files with 4072 additions and 0 deletions

9
lib/learning_phoenix.ex Normal file
View file

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