mrtkp9993 / SimpleCRUDAppNetCore

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C# 100.0%