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.
# 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.