Skip to content

This is a NodeJS, Express, MySQL, Socket.IO application that allows do batch uploads through web interface

Notifications You must be signed in to change notification settings

nileshdattatraykedare/bulk-upload-socket-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup

npm install

to run

node app.js

covered following in available time:

  1. http://localhost:8080/ page to upload csv
  2. http://localhost:8080/app/batches to display result
  3. it will upload csv
  4. read csv and download images to new folder
  5. show progress bar
  6. communicate via express and socket.io channel
  7. mysql save and list query for batches

possible todo or suggestion:

  1. use rabbitMQ to queue and process image downloads
  2. upload to s3
  3. make UI better using bootstrap, etc
  4. write unit test cases, e2e test cases, etc

About

This is a NodeJS, Express, MySQL, Socket.IO application that allows do batch uploads through web interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published