Skip to content

Files

Latest commit

d0f74c3 · Mar 22, 2024

History

History
34 lines (26 loc) · 1.4 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.4 KB

[Template] Heroku Connect API Server

This API Server functions as an interface facilitating bidirectional data synchronisation between a Salesforce instance and progressive web applications. Powered by Heroku Connect, streamlining data exchange and ensuring seamless communication between your product and Salesforce.

This repository is designed to kickstart the development of custom API servers for Salesforce using Heroku Connect, useful for product development.

Version License

Project Setup

Script Commands:

Install project dependencies:

npm install

Run the Express server locally:

npm run serve

Start the Express server:

npm start

Environment Variables:

Variable Description Required Sample Value
NODE_ENV Environment identifier used for conditional logic. staging
PORT Express server port.
DATABASE_URL PostgreSQL database URI. postgres://...