Skip to content

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

License

Notifications You must be signed in to change notification settings

mrtkp9993/SimpleCRUDAppNetCore

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages