Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ImMPrada/csv_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV challenge

Context

Implement a full-stack web or mobile application that can upload, process, and store into a database the following CSV filem which contains a list of products. An example CSV file is located in data.csv in this repo.

Requirements

Backend

The products should be stored along with multiple exchange rates at the time of the upload utilizing this API (include at least 5 currencies). All product fields are required and must be present. Implement an endpoint that returns all the processed rows of product data along with the available currency conversions stored at the time of the upload. This endpoint should support filtering and sorting based on the name, price, and expiration fields The application should support CSV files with up to 200k rows, but easily scale to support more.

For more information on the backend implementation, please refer to the Backend README.

Frontend

The front-end should display a file upload input that allows the user to select a CSV file from their device. While the file is uploading and being processed, there should be a loading indicator displaying progress of the upload. Once the file uploads, a success message should display and you should be able to browse a table of the uploaded products.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors