Deploy to heroku
A barebones Node.js app using Express 4.
This App supports CAPI Calling Test app. Open https://localhost:50001/calling/ to see the WebApp in action.
Make sure you have Node.js and the Heroku CLI installed.
$ git clone https://github.com/goheer/capi_calling_test.git # or clone your own fork
$ cd capi_calling_test
$ npm install
$ npm start
You can run it locally via
APP_URL_PATH="/" heroku local web -p 50001
Your app should now be running on localhost:50001.
$ heroku create
$ git push heroku main
$ heroku open
or
For more information about using Node.js on Heroku, see these Dev Center articles: