FileUpload is used to upload files, download and zip the files.
Clone repo to your local machine: console git clone [Github]https://github.com/Dianaiminza/FileUpload/.git Install dependencies and run locally Then run: npm init npm install Create .env with your own enviroment variables. Now start the server: npm npm run dev-start-development npm start - production
To run tests: npm run test
| HTTPVERB | ENDPOINT | FUNCTIONALITY |
|---|---|---|
| POST | [ file ] /api/upload | Upload a single file |
| POST | [ file ] /api/multiple | Upload multiple files |