Setup
Installation
mix archive.install hex phx_newSetup
mix phx.new react_phoenixmix phx.gen.secretexport DB_USERNAME="test_user" export DB_PASSWORD="LONGTESTPASSWORD" export DB_DATABASE="pi_test" export DB_HOSTNAME="SOMELONGTHING.oregon-postgres.render.com" export SECRET_KEY_BASE="SOMEExTREMELYLONGSECRETKE"
mix phx.server
iex -S mix phx.server #interactive run, `recompile()`, can run all the models like Ss.Accounts.list_usersDB
Last updated