TechnoX / rcj-rescue-scoring

RoboCup Junior Rescue Scoring System
MIT License
5 stars 13 forks source link

Mongo DB Connection Error #77

Closed TiagoSeverino closed 6 years ago

TiagoSeverino commented 6 years ago

Everytime I try to run App.js or Server.js, I get the following error: "[ERROR] main - connection error to db @ db.js { MongoError: failed to connect to server [localhost:27017] on first connect [MongoError: connect ECONNREFUSED 127.0.0.1:27017]"

TechnoX commented 6 years ago

You will need to have a mongo database running in the background.

Start it with mongod in a separate terminal.

TiagoSeverino commented 6 years ago

Sorry my bad, thank you!

TechnoX commented 6 years ago

No problems! Feel free to ask if you have any more problems :)