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.
- Host: GitHub
- URL: https://github.com/mrtkp9993/simplecrudappnetcore
- Owner: mrtkp9993
- License: gpl-3.0
- Created: 2019-12-11T10:59:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T11:21:32.000Z (over 6 years ago)
- Last Synced: 2025-04-10T01:44:52.267Z (about 1 year ago)
- Topics: crud-api, crud-application, csharp, dotnet-core-3, dotnet-core-webapi, entity-framework-core, swagger, swagger-ui
- Language: C#
- Size: 24.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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