Asp.Net Core Wep Api Mongodb Example
- Microsoft Visual Studio 2019
- .NETCore Web Api 3.1
- Dependency injection
- C#
- Mongodb Driver
- AutoMapper
- Step 1: Unzip the downloaded folder
- Step 2: Open WebApiMongodbExample.sln file with Visual Studio 2019
- Step 3: Update database connection: appsettings.json (MongoDbSettings)
- Step 4: Run the project by pressing Play / Start button