Initial commit

This commit is contained in:
2020-12-12 18:38:31 +01:00
commit f877b78f33
117 changed files with 23104 additions and 0 deletions

9
lib/confient.ex Normal file
View File

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