/cloudfoundry-sampleApp

First Sample node application deploy in the cloudfoundry

Primary LanguageJavaScriptMIT LicenseMIT

cloudfoundry-sampleApp

First need to install the cloud foundry cli tool. then

cf -v

get the cloud foundry CLI version .

cf login

give the login url,email id and password

URL > https://api.run.pivotal.io

Email >

Password >

then push the code

cf push

It will automatically take the folder code and run the manifest file and then required packages of node.

MIT License

Thanks, Manoj