mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
10 lines
265 B
Elixir
10 lines
265 B
Elixir
defmodule Railwayphoenix do
|
|
@moduledoc """
|
|
Railwayphoenix 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
|