An open API service indexing awesome lists of open source software.

https://github.com/samuelmarks/tmp-cf-app


https://github.com/samuelmarks/tmp-cf-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# tmp

Simple cloudfoundry node app to show user-provided or service-broker'd service not working.

Create service with `cf cups mongo -p '{"address": "mongodb://"}'`. Deploy this app with `cf push`.

Test locally with:

VCAP_APP_PORT=28017 MONGODB_URI=mongodb://localhost npm start