michaelkrone / generator-material-app

Yet another yeoman generator for scaffolding a simple Node.js/Express/MongoDB/Angular.js app using some material design elements.
MIT License
177 stars 47 forks source link

MongoDB connection refused #10

Closed kiempoturner closed 9 years ago

kiempoturner commented 9 years ago

I got this error :

Database Error: { [MongoError: connect ECONNREFUSED] name: 'MongoError', message: 'connect ECONNREFUSED' }

What is the meaning of this

merqurio commented 9 years ago

That means that you don't have a mongo database installation working on your computer. You should install mongo first, and then make sure you can run it. Once you do that, run this app.

kiempoturner commented 9 years ago

Okay sorry for the trouble, I will try it asap. Thank You

michaelkrone commented 9 years ago

I will close this issue, please reopen if there are any problems with the connection. Thank you @merqurio for your fast and comprehensive response.