No description
Find a file
2025-06-13 09:55:58 -05:00
.github/workflows update github ci 2023-12-17 12:14:47 -06:00
.lexical update deps and gettext 2025-06-13 09:55:58 -05:00
assets update phoenix and add docker compose config 2023-02-15 12:33:27 -06:00
config try docker build 2025-01-27 13:59:42 -06:00
lib update deps and gettext 2025-06-13 09:55:58 -05:00
priv remove procfile 2025-01-27 14:19:58 -06:00
rel regenerate release 2025-01-27 14:13:18 -06:00
test update everything 2025-01-22 12:12:39 -06:00
.credo.exs auto style things 2023-12-17 12:11:57 -06:00
.dockerignore regenerate release 2025-01-27 14:13:18 -06:00
.formatter.exs auto style things 2023-12-17 12:11:57 -06:00
.gitignore initial 2023-01-26 13:20:23 -06:00
.tool-versions update deps and gettext 2025-06-13 09:55:58 -05:00
badpackets.txt update deps and gettext 2025-06-13 09:55:58 -05:00
Dockerfile try docker build 2025-01-27 13:59:42 -06:00
Dockerfile-bak regenerate release 2025-01-27 14:13:18 -06:00
fly.toml try docker build 2025-01-27 13:59:42 -06:00
LICENSE Initial commit 2023-01-26 13:19:38 -06:00
mix.exs update deps and gettext 2025-06-13 09:55:58 -05:00
mix.lock update deps and gettext 2025-06-13 09:55:58 -05:00
README.md initial 2023-01-26 13:20:23 -06:00

Aprs

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • 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