Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 734 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 734 Bytes

File upload with Node, Express, Mutler, Typescript

This is the repo for tutorial: https://scotch.io/tutorials/express-file-uploads-with-multer.

  1. Install nodejs (version 7.5+) and yarn.
  2. Go to project directory, run yarn.
  3. Start the application, run yarn start.
  4. Go to localhost:3000

API End Points

  1. Upload an image via localhost:3000/profile, avatar field.
  2. Bulk Upload images via localhost:3000/photos/upload, photos field.
  3. View list of images via localhost:3000/images.
  4. Get a single image via localhost:3000/images/{imageId}.

License

MIT License