Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 594 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 594 Bytes

node-file-upload-micro-service

A plug and play file upload micro-service on node.js using express.js and multer. Simply deploy and use!

Getting Started

Clone the repository to your computer
$ git clone https://github.com/abdulmoiz251/node-file-upload-micro-service.git

Enter in project directory
$ cd node-file-upload-micro-service

Install dependencies
$ npm install

Start the project
$ npm start
-OR-
$ node app.js

How to Use

After running the project, send a post request to http://localhost:1337/api/upload with your file in form-data param file.