/CustomerApi

A customer API to perform CRUD operations on customers. It has been developed using Asp.Net Core Web Api and Entity Framework Core In-Memory-Database.

Primary LanguageC#

CustomerApi

A simple Customer API that performs CRUD operations on Customer. It is secured using Jwt security token mechanism.

If you are using Visual Studio 17, then set Host/CustomerApi.csproj as startup project.

This api is developed using

  • ASP.NET Core 2.2
  • In memory entity framework store

Swagger / OpenAPI support has been added.

Basic unit and integration tests are written using xunit.