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

https://github.com/berviantoleo/express-sample

Express Sample
https://github.com/berviantoleo/express-sample

Last synced: 27 days ago
JSON representation

Express Sample

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