Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/datodia/aws-s3

AWS S3 image upload using nestjs
https://github.com/datodia/aws-s3

aws aws-s3 backend bucket nestjs nestjs-aws

Last synced: about 3 hours ago
JSON representation

AWS S3 image upload using nestjs

Awesome Lists containing this project

README

        

# AWS S3 nestjs
AWS S3 image uploader nestjs

## Tags
- AWS S3
- NestJS
- Node.js
- Backend


# How to setup project?

1. git clone https://github.com/Datodia/aws-s3.git
2. setup .env files
3. npm run start:dev //starting localhost:3000

## Endpoints

- **/upload-image** returns base64 file
- **/upload-many** returns array of base64 files
- **/downlaod** returns base64 file
- **/delete** returns deleted successfully