Add account

This commit is contained in:
Florian RICHER 2024-02-13 20:37:24 +01:00
parent 889b6fcb44
commit ccf5a4daf0
34 changed files with 3403 additions and 0 deletions

View file

@ -32,6 +32,7 @@ defmodule TestPhoenixLiveView.MixProject do
# Type `mix help deps` for examples and options.
defp deps do
[
{:bcrypt_elixir, "~> 3.0"},
{:phoenix, "~> 1.7.11"},
{:phoenix_ecto, "~> 4.4"},
{:ecto_sql, "~> 3.10"},