Error: connect ECONNREFUSED 127.0.0.1:4000

Hey @rexkyle

Glad to have you as part of the community :trophy:

Can add backticks to the console.log() statement so you can see the full message when the server starts, please?

For example:

console.log(`Server started on POST ${process.env.PORT}....`)

Just want to rule out that it’s not starting up someplace else :smiley: