/ShopAPI

A Shop API using .Net Core 3.1 and EF Core

Primary LanguageC#

ShopAPI

Shop API using .Net Core 3.1, EF Core, InMemory Database.

This project was created based on articles by André Baltieri on your blog.

How to use?

  • Copy the project to your computer
  • Enter on folder shopapi 'cd shopapi'
  • Execute 'dotnet restore'
  • Execute 'dotnet run' to start the project

dotnet tool install --global dotnet-watch --version 2.2.0