AI Content Chat (Beta) logo

Appendix B SAmple Code • https://nodered.org/ • https://github.com/node-red/node-red Step1: Open folder location from the source code \Intergartion_ Framework\ABC_Bank_Integration\Node-Red_Based_Integration Step 2: Clone Node-RED using the following command: git clone https://github.com/node-red/node-red.git Step 3: Run “npm install”; you need an open Internet connection, because this command will copy the dependency from NPM repository to your local machine. Step 4: Run “npm start”; the server starts on port number 1880, as shown in Figure B-8, or access the log of the previous commands and access the following URL: http://127.0.0.1:1880/ Figure B-8. Node-RED Step 5: Click (Menu ➤ Manage palette ➤ Install). Step 6: Search and install (node-red-dashboard) palette as shown in Figure B-9. 343

Building Digital Experience Platforms - Page 353 Building Digital Experience Platforms Page 352 Page 354