sahat / hackathon-starter

A boilerplate for Node.js web applications
MIT License
34.84k stars 8.16k forks source link

Mongo Running, Connection Error #1284

Closed T-Lind closed 11 months ago

T-Lind commented 11 months ago

Hi,

I'm working on setting up this project, which looks to be a great help by the way! I've used other DB software but not Mongo before. I installed it in my Windows machine, then set up mongodb://localhost:27017/test (I think, at least, here's a screenshot)

image

but it still isn't working (and yes, MONGODB_URI=mongodb://localhost:27017/test in the .env file).

I'm sure the solution is really simple but I haven't found anything online of how to fix this.

Any help is appreciated!

(The error is just a simple MongoDB connection error. Please make sure MongoDB is running. error btw)