/auction-web-api

C# + ASP.NET Core Web API + Microsoft.EntityFrameworkCore + Microsoft.EntityFrameworkCore.Sqlite + FluentAssertions + Moq + Bogus

Primary LanguageC#

Action Back-end (C#)

Create a new solution

$ dotnet new sln -o Action

Create a new ASP.NET Core Web API project

$ cd src/
$ dotnet new webapi -n Auction.API