dotfiles/app
Nikos Papadakis 5bd44ef9ac
refactor: agent connections now use the new healthcheck streaming
`Prymn.Agent.Connection` GenServer uses healthchecking with the new
streaming RPC, retrieving asynchronously the health status of the agent.

The Connection will also shut itself down when there's no usage (when
the keepalive function is not called frequently)
2023-08-19 21:14:07 +03:00
..
assets rename backend -> app 2023-07-19 23:24:24 +03:00
config app: add user authentication 2023-07-28 23:44:00 +03:00
lib refactor: agent connections now use the new healthcheck streaming 2023-08-19 21:14:07 +03:00
priv app: add user authentication 2023-07-28 23:44:00 +03:00
test app: add user authentication 2023-07-28 23:44:00 +03:00
.formatter.exs rename backend -> app 2023-07-19 23:24:24 +03:00
.gitignore rename backend -> app 2023-07-19 23:24:24 +03:00
mix.exs app: add user authentication 2023-07-28 23:44:00 +03:00
mix.lock app: add user authentication 2023-07-28 23:44:00 +03:00
README.md rename backend -> app 2023-07-19 23:24:24 +03:00

Prymn

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