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

https://github.com/code-raushan/my-drive

AWS S3 based filesystem with metadata saved in Postgres DB.
https://github.com/code-raushan/my-drive

aws cognito docker filesystem otp-verification postgresql prisma redis s3 typescript

Last synced: 13 days ago
JSON representation

AWS S3 based filesystem with metadata saved in Postgres DB.

Awesome Lists containing this project

README

          

# my-drive

### A Simple File Storage System

#### Tech Stack

- TypeScript
- Node.js (Express)
- PostgreSQL (AWS RDS)
- Prisma (Schema & Migration)
- Kysely (Query Builder)
- AWS Cognito Phone Number OTP auth
- AWS SNS for OTP messages
- Redis for caching
- Winston for logging
- EsLint for TypeScript linting

#### Features

- Folder based file management
- Support for large and small file uploads
- User managed file system
- Trash system incorporated