Skip to content

A simple app to upload file on amazon S3 . Front-end:- Vue.js home and upload components. Built with vue-router, axios. And Back-end:- Node.js server to handle upload processing witt multer-s3, aws-sdk etc.

mdashikar/mevn-file-upload-aws-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mevn-file-upload-aws-s3

A simple app to upload file on amazon S3 . Front-end:- Vue.js home and upload components. Built with vue-router, axios. And Back-end:- Node.js server to handle upload processing witt multer-s3, aws…

To check add some configuration. Go to folder server/routes/uploadS3/upload.js and edit this upload.js file. Add your access key, secret key, also bucket name that's it.

Build Setup

# install dependencies
npm install

# serve both client side and server side -> install npm package concurrently
npm start

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

A simple app to upload file on amazon S3 . Front-end:- Vue.js home and upload components. Built with vue-router, axios. And Back-end:- Node.js server to handle upload processing witt multer-s3, aws-sdk etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published