dotfiles/backend
2023-07-09 19:41:41 +03:00
..
assets Init! 2023-06-01 12:49:27 +03:00
config Project chores 2023-06-14 09:42:21 +03:00
lib backend: live connection status! 2023-07-09 19:41:41 +03:00
priv backend: live connection status! 2023-07-09 19:41:41 +03:00
test Add servers liveview 2023-06-14 09:42:24 +03:00
.formatter.exs backend: run upgrade 2023-06-20 18:48:33 +03:00
.gitignore Add protobuf compiling to the elixir backend 2023-06-24 20:10:22 +03:00
mix.exs backend: add "agents" context 2023-06-27 22:28:00 +03:00
mix.lock backend: add "agents" context 2023-06-27 22:28:00 +03:00
README.md Init! 2023-06-01 12:49:27 +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