Packages
typesense_web
0.1.0
A Phoenix LiveView app, similar to typesense-dashboard app in the Docker Compose, which uses open_api_typesense
Current section
Files
Jump to
Current section
Files
lib/typesense_web.ex
defmodule TypesenseWeb do
@moduledoc """
TypesenseWeb 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