Skip to content

Fundamentals presentation of SwaggerUI over .net core web api.

Notifications You must be signed in to change notification settings

muhammedtas/SwaggerUI-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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/"

About

Fundamentals presentation of SwaggerUI over .net core web api.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages