This Blazor application is intended to be used to demonstrate features in the MongoDB C# Driver that are often of interest to enterprise companies.
This start-change-streams
branch acts as a starting point for adding MongoDB change streams functionality with the MongoDB C# driver.
In order to run this application, you will need to follow a few steps:
Add your MongoDB Connection string in the appsettings.json and appsettings.Development.json files.
dotnet run