Skip to content

jecfish/file-upload-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

File upload with Node, Express, Mutler, Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published