/SuperqbitDataCenter

Public Database access on heroku

Primary LanguageHTML

Salesforce and MongoDb Connection

This is a sample app to test saleforce data integration with mongo DB using Heroku Node.js app.

Config vars needed

CLIENT_ID :: Your Connected App's Consumer Key.

CLIENT_SECRET :: Your Connected App's Consumer Secret.

PASSWORD :: Your Saleforce.com password and security token.

USERNAME :: Your Saleforce.com username

MONGO_CONNECTION_URL :: Your MongoDB connection URL with password

Deploy to Heroku

Deploy

Local Installation Instructions

From the command line type in:

git clone git@github.com:abhimanyud3dx/SuperqbitDataCenter.git
cd SuperqbitDataCenter
npm install