/nestjs-aws-s3

This repository will show detail implementation of S3 storage.

Primary LanguageTypeScript

How to run project

This repository gives example of streaming file upload to AWS S3 bucket and retrieving them from S3 bucket using Nest.js. Further, it will show how AWS S3 ACL works

How to run project

Create .env and past content .env.example file

Install nvm and run

nvm install

and

nvm use

Install packages

npm install

Access swagger

Swagger will be at /api/v1/docs. If running locally then http://localhost:port/api/docs

Author

Ali Anwar