Repository to test Phoenix Elixir deployments with Coolify.
Go to file
silentsilas a7453550f0
initial commit
2024-09-02 17:16:19 -04:00
assets initial commit 2024-09-02 17:16:19 -04:00
config initial commit 2024-09-02 17:16:19 -04:00
lib initial commit 2024-09-02 17:16:19 -04:00
priv initial commit 2024-09-02 17:16:19 -04:00
test initial commit 2024-09-02 17:16:19 -04:00
.formatter.exs initial commit 2024-09-02 17:16:19 -04:00
.gitignore initial commit 2024-09-02 17:16:19 -04:00
README.md initial commit 2024-09-02 17:16:19 -04:00
mix.exs initial commit 2024-09-02 17:16:19 -04:00
mix.lock initial commit 2024-09-02 17:16:19 -04:00

README.md

PhoenixTest

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