Skip to content

cb-ccg/node-nforce-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-nforce-demo

Simple node.js application for CRUDing salesforce.com Accounts using nforce.

Deploy to Heroku

Deploy this app to Heroku for free and have it up and running in a matter of minutes.

Deploy

Local Installation Instructions

From the command line type in:

git clone git@github.com:jeffdonthemic/node-nforce-demo.git
cd nforce-node-demo
npm install

Node Module Dependencies

These will be automatically installed when you use any of the above npm installation methods above.

  1. express - framework
  2. nforce - REST wrapper for force.com
  3. async - asynchronous utility module
  4. jade - the view engine

Running the Application Locally

  1. Open terminal and change directory to node-nforce-demo root
  2. node app.js
  3. Point your browser to: http://localhost:3001

Deploying to Heroku

heroku create
heroku config:add CLIENT_ID=YOUR-SALESFORCE-CLIENT-ID
heroku config:add CLIENT_SECRET=YOUR-SALESFORCE-SECRET
heroku config:add USERNAME=YOUR-SALESFORCE-USERNAME
heroku config:add PASSWORD=YOUR-SALESFORCE-PASSWORD-AND-TOKEN
heroku open

Demo on Heroku

This application is running on heroku at: http://node-nforce-demo.herokuapp.com/

Contributors

About

Simple node.js application for CRUDing salesforce.com Accounts using nforce and async.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 64.1%
  • HTML 26.0%
  • CSS 9.9%