This is order processor API service.
This application is written with node.js. To get started to develop this application, follow the steps below.
npm install --save-dev
cf marketplace
cf create-service redis 5-0-5 my-redis
cf services
cf push --no-start
cf bind-service suse-order-processor my-redis
cf env suse-order-processor
cf start suse-order-processor