dotfiles/app
2023-09-04 12:34:41 +03:00
..
assets rename backend -> app 2023-07-19 23:24:24 +03:00
config app: enable local email storage for now 2023-09-04 12:34:41 +03:00
lib ci: app release pipeline 2023-09-03 15:18:06 +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: fix dialyixir (closes #4) 2023-08-29 14:17:08 +03:00
mix.lock app: fix dialyixir (closes #4) 2023-08-29 14:17:08 +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