I have an application built with the MEAN stack - node express mongo and angular. Which buildpack should I use when I deploy my app? Is there a buildpack that is specific to the MEAN stack or should I just use the node.js buildpack?
In Cloud Foundry, a buildpack represents the runtime you are using for your application. For developing on Cloud Foundry with the MEAN stack, you should use the community Node.js buildpack. You can then use Angular for your front end and connect a Mondo-DBaaS instance as a service to support this stack.