Closed milevy1 closed 5 years ago
Read through tutorial prior to kicking off challenge
https://hexdocs.pm/phoenix/overview.html
mix phx.new app_name
Optional: --no-webpack
--no-webpack
Edit config/dev.ex to proper Postgres username/password. Mine was my computer username and no password
cd hello
mix ecto.create== rake db:create
mix ecto.create
mix phx.server - == rails server
mix phx.server
Read through tutorial prior to kicking off challenge
https://hexdocs.pm/phoenix/overview.html
mix phx.new app_name
- creates new phoenix projectOptional:
--no-webpack
Edit config/dev.ex to proper Postgres username/password. Mine was my computer username and no password
cd hello
mix ecto.create
== rake db:createmix phx.server
- == rails server