tohoff82 / MongoDB-RepositoryUoWPatterns

Example of an implementation of Repository and Unit of Work Patterns with MongoDB for ASP.NET Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of an implementation of Repository and Unit of Work Patterns with MongoDB for ASP.NET Core.


Languages

Language:C# 94.6%Language:Dockerfile 5.4%