DEV Community

Discussion on: Build a REST API with Node, Express & MongoDB!

Collapse
 
joebien profile image
joebien

I think app.listen(3004, () => console.log('server started')) should be app.listen(3000, () => console.log('server started'))

Some comments have been hidden by the post's author - find out more