Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages