init pheonix

This commit is contained in:
zack 2024-10-20 23:25:59 -04:00
commit 6148b48275
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
48 changed files with 2864 additions and 0 deletions

9
lib/zoeyscomputer.ex Normal file
View file

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