Add initial project

This commit is contained in:
2023-11-23 00:36:49 +00:00
parent f6860b86c9
commit b9569dcf6b
964 changed files with 9664 additions and 0 deletions

9
lib/wish.ex Normal file
View File

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