Rest-API-Auth

Introduction

This project is a simple REST API with authentication, DTOs, AutoMapper and repository pattern. You can find the tutorial here.

Project setup

  • Controller
  • DTOs
  • AutoMapper
  • Repository Pattern
  • Entity Framework Core
  • SQL Server
  • Unit of Work > coming soon

Background

This project comes in addition to the EF-Core Repo that you can find here : EF-Core-Repo

Extension

Another project is added for the Repository pattern in a clean architecture that you can find here : Clean-Architecture-Repo