In this tutorial you will learn how to integrate Salesforce with nodejs.
You will learn the following things in this tutorial.
1) Node Js Project Setup and package installation
2) Create an express server
3) Create the first API in express
4) Set and load the environment variable from the .env file.
5) Generate the Security Token
6) Salesforce connection using JSforce
7) SOQL query to fetch data from Salesforce
8) Show data on-screen
Expressjs Documentation
=====================
https://expressjs.com/
jsForce Documentation
======================
https://jsforce.github.io/
CODE
===========
https://www.salesforcetroop.com/salesforce-integration-with-nodejs
#ohana #integration #salesforce #nodejs