Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 451 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 451 Bytes

CustomerApp

Proof of concept app

Example: Using MongoDB .NET Driver with .NET Core WebAPI

It is a sample POC app using .NET Core to build a Web API layer using MongoDB .NET Driver v.2. All the calls to the database are asynchronous.

####How to run this app

  • Download or clone this project locally
  • Install the tools
  • Run first the MongoDB server
  • The ASP.NET Core WebAPI will run using IIS (default settings: http://localhost:55699)