Explore Elixir and Phoenix by setting up an experimental scopes web server and API implementation.
Find a file
2026-04-15 18:52:10 +02:00
assets initial import 2025-06-13 17:51:47 +02:00
config fixes + suppress some unit tests after elixir and phoenix upgrade 2026-04-15 07:11:22 +02:00
lib fixes + suppress some unit tests after elixir and phoenix upgrade 2026-04-15 07:11:22 +02:00
priv add database migration step for creating message indexes 2025-06-18 10:32:00 +02:00
test reactivate commented out tests, explicitly skip them using @describetag skip: ... 2026-04-15 18:52:10 +02:00
.formatter.exs initial import 2025-06-13 17:51:47 +02:00
.gitignore fixes + suppress some unit tests after elixir and phoenix upgrade 2026-04-15 07:11:22 +02:00
LICENSE fix unit tests for new message type 2025-06-15 07:41:52 +02:00
mix.exs fixes + suppress some unit tests after elixir and phoenix upgrade 2026-04-15 07:11:22 +02:00
mix.lock fixes + suppress some unit tests after elixir and phoenix upgrade 2026-04-15 07:11:22 +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