Skip to content

mkretz/notification-api

Repository files navigation

notification-api

CF sample application API

Installation

  1. Clone the repo
git clone https://github.com/mkretz/notification-api.git
cd notification-api
  1. Create a MongoDB service instance called notification-db
cf create-service mongodb-2 small notification-db
  1. Create a RabbitMQ service instance called notification-mq
cf create-service rabbitmqent usage notification-mq
  1. Adapt the route attribute in manifest.yml to a value matching an avilable domain.
  2. Push the app
cf push
  1. Test the app using the route specified in manifest.yml
curl https://notification-api.scapp.io/notification

About

CF sample application API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published