1.0.0 • Published 1 year ago

file-upload-nather v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm package for file uploads in Node.js and then use it in another Node.js project, follow these steps:

Create the File Upload Package: First, let's create a directory for our file upload package and initialize a new Node.js project inside it.

Install

First, make sure you have Node.js installed on your system. Then, initialize a new Node.js project and install the required dependencies:

npm init -y

Next, install the necessary dependencies, express and multer.

npm install express multer

npm install multer

Install the package

npm install file-upload-nather

Helpful links

Licence

MIT

file-upload-nather

1.0.0

1 year ago