Application is to process the transactions file into various Order Management System (OMS) files based on the OMS Types
Application is developed in .Net 6 Web API with swagger documentation. Upload a transactions file in order management system download output api endpoint using swagger ui and click execute button, it will return the compressed zip file with different OMS files, click on the download link to download the zip
Sample Transactions File https://github.com/BKB503/WellsFargo/blob/main/transactionswithmorerows.csv
Visual Studio 2022 and Install .Net 6 SDK
- Use Visual Studio debug button, launches the swagger UI or
- dotnet run and it will listen on the port 7133 or navigate to https://localhost:7133/swagger/index.html