https://github.com/berviantoleo/express-sample
Express Sample
https://github.com/berviantoleo/express-sample
Last synced: 27 days ago
JSON representation
Express Sample
- Host: GitHub
- URL: https://github.com/berviantoleo/express-sample
- Owner: berviantoleo
- License: mit
- Created: 2023-06-03T14:28:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T23:27:50.000Z (5 months ago)
- Last Synced: 2025-03-29T03:04:44.161Z (about 2 months ago)
- Language: JavaScript
- Size: 326 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-sample
Express Sample
## File Upload
### File System
Multer (File Storage) -> Save Path in DB
### Database (Blob - Postgres)
Multer (In Memory - Buffer) -> Save Blob in DB
### Cloud Storage
Multer (In Memory - Buffer) -> Save Blob in S3 -> Save Path in DB