Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 906 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 906 Bytes

WellsFargo

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

Prerequisites

Visual Studio 2022 and Install .Net 6 SDK

To run locally

  1. Use Visual Studio debug button, launches the swagger UI or
  2. dotnet run and it will listen on the port 7133 or navigate to https://localhost:7133/swagger/index.html

Demo