Skip to content

sean-schaefer/csv_importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv_importer

This is a very basic Node.js app for importing Albums from a CSV file and sorting them by Release Date.

You can use the test.csv to test its functionality, or create your own CSV and 🙏.

Hosting Information

The app has been hosted via Heroku and can be accessed here: https://fierce-meadow-96439.herokuapp.com

Next Steps

Potential new features to add:

  • Sexy UI!
  • Handling alternate CSV delimiters, quoting etc.
  • Allowing client to specify the sorting field + ascending vs. descending
  • Identifying duplicate records (name + artist combination)
  • Updating middleware to not crash and burn when client POSTs with no file
  • Ability to CRUD individual records, which could lead into Users + RBAC, Authentication + Authorization, and a full-on CRUD API

About

Basic app for importing and sorting album info from CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published