Explore Elixir and Phoenix by setting up an experimental scopes web server and API implementation.
Find a file
2026-04-12 11:24:04 +02:00
assets initial import 2025-06-13 17:51:47 +02:00
config playing with config: add mailer setting, use dotenv 2026-04-12 11:24:04 +02:00
lib playing with config: add mailer setting, use dotenv 2026-04-12 11:24:04 +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 playing with config: add mailer setting, use dotenv 2026-04-12 11:24:04 +02:00
LICENSE fix unit tests for new message type 2025-06-15 07:41:52 +02:00
mix.exs playing with config: add mailer setting, use dotenv 2026-04-12 11:24:04 +02:00
mix.lock playing with config: add mailer setting, use dotenv 2026-04-12 11:24:04 +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