Skip to content

PurityGwaro/kudobuzz-csv-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Created an API to:

  • control the upload of csv files,
  • connection to the database,
  • extracting of data from database to pass to UI,
  • parsing of csv files,
  • pagination,
  • prevent duplication,

Created a frontend UI to:

  • allow client upload csv file,
  • display uploaded files in tabular form,
  • display customer details in tabular form

What I should have done better:

  • added testing,
  • structure the code better to make it readable,
  • styled the UI more to make it more appealing

Technologies used:

  • frontend - reactjs
  • backend - node
  • database - mongodb

Instructions to start the app:

  • cd backend - npm start
  • cd frontend - npm start

About

uploading and parsing csv files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages