proxMon/server
2026-04-21 22:48:36 +02:00
..
assets feat(server): phoenix 1.7 scaffold with sqlite + liveview 2026-04-21 22:00:43 +02:00
config feat(server): argon2_elixir dep + dashboard_password_hash config 2026-04-21 22:48:07 +02:00
lib feat(server): Server.Auth.verify_password/1 2026-04-21 22:48:36 +02:00
priv feat(server): metrics schema + context with record/latest/prune 2026-04-21 22:27:20 +02:00
test feat(server): Server.Auth.verify_password/1 2026-04-21 22:48:36 +02:00
.formatter.exs feat(server): phoenix 1.7 scaffold with sqlite + liveview 2026-04-21 22:00:43 +02:00
.gitignore feat(server): phoenix 1.7 scaffold with sqlite + liveview 2026-04-21 22:00:43 +02:00
mix.exs feat(server): argon2_elixir dep + dashboard_password_hash config 2026-04-21 22:48:07 +02:00
mix.lock feat(server): argon2_elixir dep + dashboard_password_hash config 2026-04-21 22:48:07 +02:00
README.md feat(server): phoenix 1.7 scaffold with sqlite + liveview 2026-04-21 22:00:43 +02:00

Server

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