/SimpleCRUDAppNetCore

Simple CRUD Web API example with Swagger in C# and .Net Core 3.0.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Simple CRUD App with .Net Core 3.0 and Entity Framework

Usage instructions

dotnet restore
# dotnet tool install --global dotnet-ef
dotnet ef database update
dotnet run

then go http://localhost:5001 for Swagger UI.

To Do

[ ] Write Tests