Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 243 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 243 Bytes

simple-asset-uploader

Provides APIs to create asset on Amazon S3 bucket and access asset using signed URLs. Directions to use:

1.clone the repository
2.run "npm i"
3.run tests using "npm test"
4.run the application using "npm start"