DEV Community

Discussion on: Building a Simple CRUD app with Node, Express, and MongoDB

Collapse
 
devhammed profile image
Hammed Oyedele • Edited

Nice article and I have another tip too, you can just use npm init -y to initialize a project without the need of clicking enter through the prompt questions and also you don't need to install additional body-parser package again as it is already part of Express.