Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 640 Bytes

README.MD

File metadata and controls

26 lines (16 loc) · 640 Bytes

ASP.NET Core - MongoDB Repository & Unit of Work Pattern

Example App - This demo shows how to simple implement repository and unit of work patterns for MongoDB .Net driver.

  • Server Side: ASP.NET Core

Pre reqs

  • Net.Core 3.1

Techs:

  • ASP.NET Core
  • Swagger
  • ServiceStack.Core

How to run

  1. Download code
  • Open folder
  • Open a terminal
  • docker-compose up --build

More about on ASP.NET Core - MongoDB Repository Pattern & Unit Of Work - Portuguese only