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
- Host: GitHub
- URL: https://github.com/aimenux/webapiselfhostingdemo
- Owner: aimenux
- License: mit
- Created: 2023-03-03T19:26:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T19:54:31.000Z (over 3 years ago)
- Last Synced: 2025-02-27T01:54:30.113Z (over 1 year ago)
- Topics: console-app, fluent-assertions, integration-testing, net60, self-hosted-api, self-hosting, web-api, xunit-tests
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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