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

https://github.com/aimenux/webapiselfhostingdemo

Using a console app for web api self hosting
https://github.com/aimenux/webapiselfhostingdemo

console-app fluent-assertions integration-testing net60 self-hosted-api self-hosting web-api xunit-tests

Last synced: 8 months ago
JSON representation

Using a console app for web api self hosting

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/WebApiSelfHostingDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/WebApiSelfHostingDemo/actions/workflows/ci.yml)

# WebApiSelfHostingDemo
```
Using a console app for web api self hosting
```

> In this repo, i m exploring ways in order to setup web api self hosting within a console application
>
> :one: `Example01` use minimal api
>
> :two: `Example02` use controller api
>
> **`Tools`** : vs22, integration-testing, fluent-assertion, xunit