Hi all
I follow the tutorial from the book Programming Phoenix and created hello webapp with following statement:
mix phoenix.new hello
after I’ve try to run:
mix ecto.server
and it shows me
** (Mix) The task "ecto.server" could not be found
What am I doing wrong?
Thanks