Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Node.js, npm and mongodb

Hi, I'm just wonderingi s there any treehouse tutorials on how to install them on DigitalOcean or Heroku. :)

1 Answer

Leopold Lucas
Leopold Lucas
17,236 Points

Hi Veljo,

There are two workshops that I have seen. https://teamtreehouse.com/library/deploy-a-node-application-to-heroku and https://teamtreehouse.com/library/adding-mongodb-to-your-node-app-on-heroku.

I also suggest following the tutorial on the Heroku website for Node.JS. It takes you through an example deployment and introduces you to most of the concepts you need for deployment. https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction

Good Luck!

Thank you :)