katbin/lib/ketbin/arch.ex
supercmmetry 9613fcebde
feat(user): add ecto migration for user
Signed-off-by: supercmmetry <vishaals2000@gmail.com>
2021-08-09 14:28:53 +05:30

18 lines
351 B
Elixir

defmodule Ketbin.Schema do
@moduledoc """
Ketbin keeps the contexts that define your schemas
"""
end
defmodule Ketbin.Crud do
@moduledoc """
Ketbin keeps the contexts that define your CRUD functions
"""
end
defmodule Ketbin.Api do
@moduledoc """
Ketbin keeps the contexts that define your business logic.
"""
end