Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 692 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 692 Bytes

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.