In this part, the ASP.Net Core 2.2 Web API project is created and run and browsed to the books collection (created in part 2) to read the two documents inserted.
In this part, we learn how to install and configure MongoDB database. We learn the creation of a MongoDB database, add collections to the database, insert multiple documents to the collection and finally read them.