After 'mix phx.gen.auth Accounts User users'.

This commit is contained in:
2026-04-21 12:38:51 +02:00
parent 7f840bbf0d
commit 0a07cdf5d2
28 changed files with 3285 additions and 0 deletions

View File

@ -40,6 +40,7 @@ defmodule GenericRestServer.MixProject do
# Type `mix help deps` for examples and options.
defp deps do
[
{:bcrypt_elixir, "~> 3.0"},
{:phoenix, "~> 1.8.0"},
{:phoenix_ecto, "~> 4.5"},
{:ecto_sql, "~> 3.13"},