Skip to content

shams-nahid/File-Upload-Using-Multer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Upload Using Multer Middleware

Source code of the blog post.

N.B. No Client side is provided; Use postMan to check the API;

Setup

  • Create a databases myproject
  • Navigate to the root directory
  • npm install to install project dependencies
  • nodemon to run the app

Server Side File Structure

├── app/
│   └── routes/
│       └── users
│           └── index.js
├── public
│   └── images # Database configaration
│       └── uploads
├── package.json
├── server.js

License

This project is licensed under the MIT license.

If you have any questions or comments, please create an issue.

About

File upload using Node.js Express.js and Multer Middleware

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published