You can find the Heroku connect example and other examples to connect with Salesforce.
- Install Heroku CLI
- Sign up fo Free
- Create the App on the Heroku dashboard
- Follow steps from the Deploy section
- Connect your Heroku Account to CLI
heroku login
- Update Environment variables via CLI (-a your app alias)
heroku config:set MESSAGE="My new message" -a heroku-connect-ascendix-demo
- How to see Log in real time
heroku logs --tail -a heroku-connect-ascendix-demo
- Update the
.env
file to connect this APP for your Postgres DB