DEV Community

Discussion on: Build a Todo App with Node.Js, ExpressJs, MongoDB and VueJs – Part 1

Collapse
 
sambenskin profile image
Sam Benskin

Good article, small suggestion if I may. The use of third party libraries like Morgan and so on is good but it would have been better to introduce them later on and just keep it super simple to begin with. Then as we're reading we can see the code build up from the simple to the more complex as you add in each part.

Other than that, a great read, thanks

Collapse
 
abiodunjames profile image
Samuel James

Oh my Gosh, I overlooked that.

Thanks, Sam. I'll put that into consideration in my next post.

Collapse
 
erikiva profile image
Natalia Vidal

Also the first error I got was that morgan could not be found..I've installed it and it's all working now but it isn't on the package.json nor does it say to install it anywhere.

Thread Thread
 
abiodunjames profile image
Samuel James

Sorry @Natalia, The article has been updated to include Morgan.