Skip to content

Small project to extract multiple files at once in a file location I choose

Notifications You must be signed in to change notification settings

Ohm-Rajpal/MultipleFileExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultipleFileExtractor

I made this project because I am taking a course where I need to frequently unzip files and place them in a chosen directory

  1. Created backend with Express.js
  2. Use multer's storage to handle multiple file uploads
  3. Created a post request that iterates over every uploaded file and unzips them using AdmZip in a location specified in the form's text body
  4. Tested the application's functionality using Postman
  5. Application is ready for me to use on port 8000

About

Small project to extract multiple files at once in a file location I choose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published