ASP .NET Core Project for learning. Every one should be able to use this templae to build a ASP .NET Core web API with Automapper.
- User's API
- Swagger for API's Endpoint
These instructions will get you to setup the project, install sdk and add package (CLI or Package manager console).
- Visual Studio 2022 or higher
- .NET 8.x SDK
- Install .net SDK 8
Download .NET SDK here. - Create new Web API's project
dotnet new webapi –-name AutomapperWebAPIProject
- Add package to AutomapperWebAPIProject's project
- Automapper
dotnet add package AutoMapper.Extensions.Microsoft.DependencyInjection
- Automapper