/ProjectManApi.Core

Project Manager Api -- on .net Core 2.1 with EFCore. A complete .net core based web api using Repository pattern, Code first based EF.core and AutoMapper to map the Viewmodel and Datamodel elements. Adopted the Microsoft's extension libraries for IOC and Logging with NLog framework embedded.

Primary LanguageC#

ProjectManApi.Core

Project Manager Api -- on .net Core 2.1 with EFCore. A complete .net core based web api using Repository pattern, Code first based EF.core and AutoMapper to map the Viewmodel and Datamodel elements. Adopted the Microsoft's extension libraries for IOC and Logging with NLog framework embedded.

Purpose

This is purely intended to and designed for learning purposes only. Interested beginners can clone this repo and modify for learning and explorations.

Design

Applied SOLID design principles