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 ${api-url}
-
Log into Bluemix:
cf login -u ${username} cf target -o ${org} -s ${space}
-
Deploy your app:
cf push ${app}
-
Access your app: http://${route}