An open API service indexing awesome lists of open source software.

https://github.com/mrtkp9993/simplecrudappnetcore

Simple CRUD Web API example with Swagger in C# and .Net Core 3.0.
https://github.com/mrtkp9993/simplecrudappnetcore

crud-api crud-application csharp dotnet-core-3 dotnet-core-webapi entity-framework-core swagger swagger-ui

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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