Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 584 Bytes

Pragmateam code challenge server (.NET)

Please refer to the provided document for the code challenge requirements.

Framework & languages

This project uses

  • .Net Core 5.0 / C#

Available scripts

  • dotnet run - Start the server (Port 8081)

Improvements

  • Introducing seperate classes and folders
  • Used HttpClientFactory insted of HttpClient
  • API base URL Moved to app settings

Asumptons

  • Product Id can only be possitive numeric values, added validations and unit tests to cover that

Further improvements

  • Integration tests with WebApplicationFactory