Skip to content

aimenux/WebApiV2SelfHostingDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

WebApiV2SelfHostingDemo

Using a console app for web api v2 self hosting

In this repo, i m using a console application in order to self host a web api v2

The self hosted Api expose two endpoints :

  • http://localhost:5000/api/welcome
  • http://localhost:5000/api/welcome.html

Tools : vs22, owin, integration-testing, fluent-assertion, xunit