27
File sharing API Using Node js & Express js
File sharing API Using Node js & Express js
- File sharing
- Node js
- Express Js
- MongoDB
- Upload File : localhost:5000/api/upload
- Get All Files : localhost:5000/api/files
- Download File : localhost:5000/api/download/:fileId
npm install
# Run in dev mode
npm run server
27