hagopj13 / node-express-boilerplate

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
MIT License
6.99k stars 2.05k forks source link

feature - add a single file upload API #202

Closed markthien closed 2 years ago

markthien commented 2 years ago

added a file upload API using multer library. This is a single file upload feature. Test cases also have been written.