- postgres 14
- erlang-otp 28
- elixir 1.92.2
- Install dependencies
- Configure postgres
- Change
config/dev.exsconfig to match postgres configuration - run
mix setup - start server using
mix phx.server
- Run
./run_dev.shto build docker image, install and setup dependencies and start server in dev mode
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix