Things are really starting to come together. We have our Web API project up and running with Swagger so we can see the endpoints. We also have it successfully connecting to our Atlas cluster and listing our databases’ names.
In this chapter, we are going to cover quite a few exciting topics. The aim is to refactor the code slightly, so you are able to insert, query, update, and delete documents in your cluster, but be able to handle this data in a way we know well, with classes (a.k.a. models) ...