mst-course icon indicating copy to clipboard operation
mst-course copied to clipboard

ERR_CONNECTION_REFUSED

Open kirkbross opened this issue 6 years ago • 1 comments

I am working on this course and if I install and run the repo as-is, for some reason it can't load the db.json on port 3001. I get this error:

GET http://localhost:3001/users net::ERR_CONNECTION_REFUSED........Group.js:37

I'm running it on Ubuntu and have tried multiple node versions.

Am I missing something?

kirkbross avatar Apr 05 '18 19:04 kirkbross

Did you run yarn run startdb ?

TWry avatar Jul 12 '18 08:07 TWry