claudioantonio / ignite-upload

Example for file upload using Multer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Context

Example of file upload in nodejs using the multer middleware.

Running

  • Clone the repo

  • run yarn in root directory to install dependencies

  • run yarn dev to run the example

  • Using any HTTP client (Insonmia, for example) do a post request

    alt text

About

Example for file upload using Multer


Languages

Language:TypeScript 100.0%