Explore Elixir and Phoenix by creating another scopes implementation.
Find a file
2025-06-14 17:14:52 +02:00
assets initial import 2025-06-13 17:51:47 +02:00
config more on authentication 2025-06-14 17:14:52 +02:00
lib more on authentication 2025-06-14 17:14:52 +02:00
priv initial import 2025-06-13 17:51:47 +02:00
test initial import 2025-06-13 17:51:47 +02:00
.formatter.exs initial import 2025-06-13 17:51:47 +02:00
.gitignore initial import 2025-06-13 17:51:47 +02:00
mix.exs initial import 2025-06-13 17:51:47 +02:00
mix.lock initial import 2025-06-13 17:51:47 +02:00
README.md initial import 2025-06-13 17:51:47 +02:00

Scopes

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