I'm trying to get a nice admin GUI for databasing for node.js like you get from phpmyadmin.
That's where I found express-admin. http://simov.github.io/express-admin-site/
I follow their instructions and installed it with no problem. When I ran the app.js I entered in my credentials, "database type", "database name", etc. I choose the default port 3000 and after I was finished I received "connect ECONNREFUSED", nothing more. I tried different ports and even copy pasted the .json file they provided in the tutorial. nothing seemed to work.
I have no problem hosting my application I have been working on so I don't believe it's the port.. [and no I was not hosting my application as the same time]
Thank you guys I hope to get some feedback! (: