mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-22 15:28:57 +00:00
elixir phoenix example
This commit is contained in:
9
elixir-phoenix/lib/hello.ex
Normal file
9
elixir-phoenix/lib/hello.ex
Normal file
@@ -0,0 +1,9 @@
|
||||
defmodule Hello do
|
||||
@moduledoc """
|
||||
Hello 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
|
||||
Reference in New Issue
Block a user