Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 574 Bytes

WebApiMongodbExample

Asp.Net Core Wep Api Mongodb Example

Capture9001

Technical Features

  • Microsoft Visual Studio 2019
  • .NETCore Web Api 3.1
  • Dependency injection
  • C#
  • Mongodb Driver
  • AutoMapper

How to Run Project

  • 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