mst-course
mst-course copied to clipboard
ERR_CONNECTION_REFUSED
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?
Did you run yarn run startdb
?