How to setup depoyment for my application which requires mongo using gihub, travis and heroku?

I have written a server for my diary application and I want to deploy it on Heroku, only after it goes through Travis CI where it’s unit test will be run.

The point is my application also depends upon a working version of mongodb.

Has anyone does this github-travis-heroku setup before? Any resource or project you would recommend to study?

Mock MongoDB.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.