Skip to content

farjaf/ProductProcessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code challenge

The purpose of this solution is to merge the product catalog from Company A and Company B and consolidate into one superset.

Getting Started

The project is a written in .NET 8 and C# using Visual Studio 2022 and consist of two projects

  1. ProductProcessing - It is a Console application consist of Input folder having barcodes, Catalog and Supplier from Company A and B
  2. ProductProcessingTest - It is a test application using Xunit framework

Installing

  1. navigate to ProductProcessing cd ProductProcessing

  2. Restore Nuget package: dotnet restore

Executing Program

  1. Build solution dotnet build

  2. Run the application dotnet run

The application will generate the output csv in Output folder.

image

Running Tests

To run unit test, navigate to ProductProcessingTest and run dotnet test

About

Product Processing code challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages