Searching sub texts in text and submitting the search result to API.
Built with .NET SDK 8.0.302: https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.6/8.0.302.md
There are 3 API endpoints viewable through Swagger UI when the API project is launch (http://localhost:9000/swagger/index.html).
- api/textsearch/text: get text for search.
- api/textsearch/subtexts: get subtexts for search.
- api/textsearch/submit: search and submit result.
- Polly: https://www.nuget.org/packages/polly/
- Hellang ProblemDetails Middleware: https://github.com/khellang/Middleware