https://github.com/muhammedtas/swaggerui-example
Fundamentals presentation of SwaggerUI over .net core web api.
https://github.com/muhammedtas/swaggerui-example
dotnetcore-2-1 efcore swagger-ui
Last synced: 3 months ago
JSON representation
Fundamentals presentation of SwaggerUI over .net core web api.
- Host: GitHub
- URL: https://github.com/muhammedtas/swaggerui-example
- Owner: muhammedtas
- Created: 2018-12-01T19:38:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T19:48:12.000Z (almost 7 years ago)
- Last Synced: 2025-02-03T13:13:04.639Z (8 months ago)
- Topics: dotnetcore-2-1, efcore, swagger-ui
- Language: C#
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwaggerUI-Example
Fundamentals presentation of SwaggerUI over .net core web api.Firstly restore and build your application. Then
1- Type your connection string into appSettings.json file to create your db.
2- Create your db according to domain classes with "dotnet ef migrations add "" and update command codes.
3- Hit "dotnet watch run"
4- Be sure the seed method is executed and fill some of the tables to see it in the swaggerUI layer
5- Open your browser and go to "https://localhost:5000/swagger/"