Sample API

SampleAPI is a application built using ASP.NET Core and Entity Framework Core.

Getting Started

Use these instructions to get the project up and running.

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository

  2. At the root directory, restore required packages by running:

    dotnet restore
    
  3. Next, build the solution by running:

    dotnet build
    
  4. Launch the app by running:

 dotnet run

Technologies

  • .NET Core 3.1
  • ASP.NET Core 3.1
  • Entity Framework Core 3.1

Functionalities

  • Basic CRUD operations with CQRS + MediatR
  • Fluent Validation, Automapper imp