Salesforce に統合する Heroku アプリケーションの開発
Heroku Connect を利用した Salesforce から Heroku アプリへのデータ連携を試しましょう。
進め方
git clone https://github.com/developerforce/intro-to-heroku.git
cd intro-to-heroku/
code .
web: npm start
heroku create "好きな文字列"
heroku addons:create heroku-postgresql:hobby-dev -a "好きな文字列"
git add .
git commit -m "Lv.3-1 init"
git push heroku master
heroku open -a "好きな文字列"最終更新