Code Monkey home page Code Monkey logo

Comments (3)

julianrojas87 avatar julianrojas87 commented on September 25, 2024

Hi Ruben,

Looking at the error you are getting it seems that your MongoDB is either not running or bound to a different IP. Please try the following to make sure it is up and running:

$ sudo service mongod start

Also verify the IP to which is bound on the following file (location on my machine):

$ gedit /etc/mongod.conf

network interfaces
net:
port: 27017
bindIp: 127.0.0.1

Make sure it is bound to the localhost IP and the port 27017.
On the following link is a copy of the application that I am sure works properly. Try running this one and if you still have issues it must be related to your DB configuration:

https://drive.google.com/open?id=0B7GvlbEyZIu1NUZ5aDFzN3pFanM

Please let me know how it goes.

Thank you.

from imec_labs_app.

rubensworks avatar rubensworks commented on September 25, 2024

Hi Julian,

Thanks for you quick reply.
I wasn't aware of the additional requirement to have a running MongoDB instance.
After setting this up, your application starts and everything seems to be working as intended.

Thanks for your help!

from imec_labs_app.

julianrojas87 avatar julianrojas87 commented on September 25, 2024

Hi Ruben,

That is good to hear. Please let me know if I can assist you with anything else.

Best regards!

from imec_labs_app.

Related Issues (1)

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.