Code Monkey home page Code Monkey logo

Comments (4)

sahat avatar sahat commented on May 9, 2024

@miguelcarvajal When you are running project locally, you said it works right? If so, that means you have MongoDB running locally as well. When you deploy to Heroku, there is no MongoDB available on localhost. So for that you need to setup an account with MongoLab or MongoHQ. It's super simple.

Once you create an account replace localhost string in secrets.js with:

mongodb://<dbuser>:<dbpassword>@ds027739.mongolab.com:27739/<dbname>

You can then use it for development and production if you like. I prefer to use localhost database during developing simply because I don't need to have internet connection all the time.

I will add this to FAQ as well as how to create an account with MongoLab.

from hackathon-starter.

miguelcarvajal avatar miguelcarvajal commented on May 9, 2024

It works! Thanks man!

PS: For beginners like me adding this to FAQ will be great.

from hackathon-starter.

sahat avatar sahat commented on May 9, 2024

Updated FAQ.

from hackathon-starter.

adekola avatar adekola commented on May 9, 2024

Hi Sahat.

Thanks for making available such an amazing boilerplate for Nodejs Applications.
I have set up the project on my local machine (which works perfectly) and deployed to Heroku as well. However, the heroku deployment fails even though I have MongoLab set up with the MONGOLAB_URI pointing to the db connection string on my MongoLab account.

Still, I get an application error each time I attempt to access the application.

What could I be doing wrong?

Looking forward to your response.

Thanks.

from hackathon-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.