dotfiles/app
Nikos Papadakis 26ba60b95d
app: refactor the Connection to make it asynchronous when connecting
Some work has been done on making the Connection feel nicer, but also
more work is needed to not have the channel be exposed to the upper
layers of the application. We should wrap all the GRPC calls in the
GenServer (which may also allow caching on certain calls such as
get_sys_info)
2023-08-28 23:32:42 +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 app: refactor the Connection to make it asynchronous when connecting 2023-08-28 23:32:42 +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: a nice poc background connection with the agent 2023-08-26 00:51:04 +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