Explore Elixir and Phoenix by creating another scopes implementation.
Find a file
2025-06-18 10:32:00 +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 add database migration step for creating message indexes 2025-06-18 10:32:00 +02:00
priv add database migration step for creating message indexes 2025-06-18 10:32:00 +02:00
test minor fixes for message type, + info on indexes (tbd) 2025-06-16 08:20:09 +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
LICENSE fix unit tests for new message type 2025-06-15 07:41:52 +02:00
mix.exs unit tests: improve fixes for message type (data field, type: map) 2025-06-15 09:04:04 +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