No description
Find a file
2025-01-09 12:44:11 +11:00
assets make it so 2025-01-09 09:37:58 +11:00
config mix phx.gen.auth 2025-01-09 09:45:29 +11:00
lib change routes to /account instead of /users 2025-01-09 12:44:11 +11:00
priv mix phx.gen.auth 2025-01-09 09:45:29 +11:00
test mix phx.gen.auth 2025-01-09 09:45:29 +11:00
.formatter.exs make it so 2025-01-09 09:37:58 +11:00
.gitignore make it so 2025-01-09 09:37:58 +11:00
mix.exs add ecto inspector for sqlite 2025-01-09 12:43:54 +11:00
mix.lock add ecto inspector for sqlite 2025-01-09 12:43:54 +11:00
README.md make it so 2025-01-09 09:37:58 +11:00

Wild

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