No description
Find a file
2025-08-14 21:27:44 +02:00
assets Initial commit 2025-08-12 13:23:45 +02:00
config feat(user): use gen auth for users 2025-08-14 20:49:11 +02:00
lib fix(user): better regex and message for validate email 2025-08-14 21:27:44 +02:00
priv feat(user): use gen auth for users 2025-08-14 20:49:11 +02:00
test feat(user): use gen auth for users 2025-08-14 20:49:11 +02:00
.formatter.exs Initial commit 2025-08-12 13:23:45 +02:00
.gitignore build(phoenix): use sqlite instead of postgres 2025-08-12 13:30:01 +02:00
AGENTS.md feat(user): use gen auth for users 2025-08-14 20:49:11 +02:00
mix.exs feat(user): use gen auth for users 2025-08-14 20:49:11 +02:00
mix.lock feat(user): use gen auth for users 2025-08-14 20:49:11 +02:00
README.md Initial commit 2025-08-12 13:23:45 +02:00

LearningPhoenix

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more