Skip to content

Tra22/ASP.NETCore8-Automapper

Repository files navigation

ASP.NET-Core-8-Automapper

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.

Key Functions

  1. User's API
  2. Swagger for API's Endpoint

Getting Started

These instructions will get you to setup the project, install sdk and add package (CLI or Package manager console).

Prerequisites

  • Visual Studio 2022 or higher
  • .NET 8.x SDK

Installing

  1. Install .net SDK 8
    Download .NET SDK here.
  2. Create new Web API's project
    dotnet new webapi –-name AutomapperWebAPIProject
  3. Add package to AutomapperWebAPIProject's project
    • Automapper
      dotnet add package AutoMapper.Extensions.Microsoft.DependencyInjection

Languages and Tools

dotnet core  csharp  automapper 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages