Skip to content

Node Express Multer v1.0.0

Latest
Compare
Choose a tag to compare
@vishalnagda1 vishalnagda1 released this 02 Oct 15:10

Node Express Multer

Repository version

Release Notes:

  • Initialised the application using npm and installed necessary packages
  • Set up a server with Node.js and Express
  • Implement the excel file upload API.
Installed Packages:
  1. Install multer Node JS middleware to hand multipart/form-data, which is primarily used for uploading files.
  2. Install express so on top of Node it make the routing, request handling, and responding easier to write.
  3. Install nodemon as dev dependency to track changes and restart the server.