Please refer to the provided document for the code challenge requirements.
This project uses
- .Net Core 5.0 / C#
dotnet run
- Start the server (Port 8081)
- Introducing seperate classes and folders
- Used HttpClientFactory insted of HttpClient
- API base URL Moved to app settings
- Product Id can only be possitive numeric values, added validations and unit tests to cover that
- Integration tests with WebApplicationFactory