Our Web API needs to be able to persist and retrieve the data that represents its resources. In this video, you will see how to connect our Web API to database.
Links
* Create a web API with ASP.NET Core and MongoDB https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mongo-app?WT.mc_id=beginwebapis-c9-cephilli
* EF Core Azure Cosmos DB Provider https://docs.microsoft.com/en-us/ef/core/providers/cosmos?WT.mc_id=beginwebapis-c9-cephilli
