2019年5月16日木曜日

Step-by-Step Tutorial to Build a Phoenix App that Supports User Upload の写経メモ

1.npm install が遅いのはなんとかならんものか、、、
2.このチュートリアルだと、PostgreSQLはDockerのを用いる.

brew で、別のpostgresql サーバを動かしていたのを忘れていたので、
以下を参考にいったんサービスを止める。

https://qiita.com/takuya0301/items/c0720753de98572703b8


3.データベースを作るのは、ecto.create
 マイグレーションのコマンドだと、データベース自体は作られない?設定次第かな