dotfiles/app
2023-11-20 18:50:08 +02:00
..
assets upgrade phoenix 2023-11-20 00:27:36 +02:00
config upgrade phoenix 2023-11-20 00:27:36 +02:00
lib fix tests and better async results 2023-11-20 18:50:08 +02:00
test fix tests and better async results 2023-11-20 18:50:08 +02:00
.gitignore Move Mix project to the root dir 2023-11-04 16:33:51 +02: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