Skip to content

budidao/meta-call

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capi_calling_test

Deploy to heroku

Deploy

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.

Running Locally

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.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published