A nodejs' Multer package project made to perform file upload, download, and delete CRUD operations.
To clone this project, copy and run the code below on your machine's terminal.
git clone https://github.com/apOGBA424/multer-npm-file-manager.git
Extract the file and run cd <project folder name>
, to switch to the project directory then, copy and run
npm install
to automatically install all the packages used in this project.
- Express
- Multer
- Cors
- Ejs
- FS
- Path
- Dotenv (Optional)
- Nodemon (Optional)
To learn more about the packages, click HERE.