Skip to content

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

License

Notifications You must be signed in to change notification settings

abdulmoiz251/node-file-upload-micro-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks