DEV Community

Discussion on: Build a Node.js/Express API with MongoDB

Collapse
 
cadd profile image
Robert

Just as a remark: You don't need bodyparser as a dependency, it' build into express: app.use(express.json());

Collapse
 
edin profile image
Edin • Edited

It's fixed, thanks.