Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/datodia/aws-s3
- Owner: Datodia
- Created: 2024-10-14T19:21:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T08:49:50.000Z (17 days ago)
- Last Synced: 2025-01-21T09:29:26.786Z (17 days ago)
- Topics: aws, aws-s3, backend, bucket, nestjs, nestjs-aws
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 2
- 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