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: 2 months ago
JSON representation
AWS S3 image upload using nestjs
- Host: GitHub
- URL: https://github.com/datodia/aws-s3
- Owner: Datodia
- Created: 2024-10-14T19:21:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T08:49:50.000Z (5 months ago)
- Last Synced: 2025-03-28T17:57:16.227Z (3 months ago)
- Topics: aws, aws-s3, backend, bucket, nestjs, nestjs-aws
- Language: TypeScript
- Homepage:
- Size: 114 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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