This is a Blazor app which is intended to show how to use the MongoDB C# Driver with a full-stack C# app.
This app can be cloned and runned locally by anyone.
- .NET 8 - the current latest version of .NET.
- MongoDB Atlas Account with the free-forever M0 tier cluster deployed.
- The sample data loaded into your cluster.
- The connection string for your cluster.
- Fork the repo and clone to your machine.
- Add your connection string to
appsettings.jsonandappsettings.Development.json.
How you then run it is up to you, either through an IDE such as Visual Studio or from the .NET CLI using dotnet run.
Use at your own risk; not a supported MongoDB product