This project is a simple REST API with authentication, DTOs, AutoMapper and repository pattern. You can find the tutorial here.
- Controller
- DTOs
- AutoMapper
- Repository Pattern
- Entity Framework Core
- SQL Server
- Unit of Work > coming soon
This project comes in addition to the EF-Core Repo that you can find here : EF-Core-Repo
Another project is added for the Repository pattern in a clean architecture that you can find here : Clean-Architecture-Repo