feat: expose CRUD, onboarding, pubsub via web

This commit is contained in:
2026-04-22 16:32:41 +02:00
parent 9807331da4
commit 9389c32244
33 changed files with 1536 additions and 7 deletions
+5 -1
View File
@@ -26,7 +26,11 @@ defmodule Localiserd.MixProject do
{:jason, "~> 1.4"},
{:ecto_sqlite3, "~> 0.18"},
{:argon2_elixir, "~> 4.0"},
{:phoenix_pubsub, "~> 2.1"}
{:phoenix_pubsub, "~> 2.1"},
{:phoenix, "~> 1.7"},
{:bandit, "~> 1.5"},
{:joken, "~> 2.6"},
{:open_api_spex, "~> 3.21"}
]
end
end