Welcome to Node JS Web Starter application that uses the IBM DataCache REST interface!
This sample application demonstrates how to write a Node JS application using the IBM DataCache REST interface and deploy it on Bluemix.
-
Extract the package and
cd
to it. -
Connect to Bluemix:
cf api https://api.ng.bluemix.net
-
Log into Bluemix:
cf login -u [email protected] cf target -o [email protected] -s dev
-
Deploy your app:
cf push nodeAppGitHubTest
-
Access your app: http://nodeAppGitHubTest.mybluemix.net