Environment Centos 8 ppc64le
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install nodejs
sudo apt-get install unixodbc unixodbc-dev
npm install express pug odbc
dpkg -i ibm-iaccess-1.1.0.14-1.0.amd64.deb
I created the code to get and post data to the web pages
npm install body-parser