NodeJS Application with Express - Handlebars and Mongoose - Parse Objects
In this post, I am going to build a simple application that would display the data from the MongoDB. This application will look similar to a blog. It will display the title, author name and the content in a blog post. This application is built on NodeJS using Express and Handlebars as a templating library.