Express Proj Setup: 3 Data Storage, Native Mongodb
An important aspect of any application, is data storage. For that, we will use a non-sql database called mongoDB.
To link our express app we will use the popular native mongoDB driver and this post will show you how to configure it.