2025-09-02 14:00:54 +03:00
|
|
|
# Quoter Documentation
|
2025-08-02 00:18:09 +03:00
|
|
|
|
2025-09-02 14:00:54 +03:00
|
|
|
Simple file upload proxy with S3 storage and user quotas.
|
2025-08-02 00:18:09 +03:00
|
|
|
|
2025-09-02 14:00:54 +03:00
|
|
|
## 📚 Documentation
|
2025-08-02 00:18:09 +03:00
|
|
|
|
2025-09-03 10:21:17 +03:00
|
|
|
### 🚀 Quick Start
|
|
|
|
|
- **[upload-quickstart.md](./upload-quickstart.md)** - Быстрый старт для upload клиентов
|
|
|
|
|
- **[upload-client-guide.md](./upload-client-guide.md)** - Полное руководство по API
|
|
|
|
|
|
|
|
|
|
### 🔧 Setup & Configuration
|
2025-09-02 14:00:54 +03:00
|
|
|
- **[SETUP.md](./SETUP.md)** - Installation, configuration, and deployment
|
|
|
|
|
- **[configuration.md](./configuration.md)** - Environment variables reference
|
2025-09-03 10:21:17 +03:00
|
|
|
- **[architecture.md](./architecture.md)** - Technical details for developers
|
|
|
|
|
|
|
|
|
|
### 📖 Features & Integration
|
2025-09-02 14:00:54 +03:00
|
|
|
- **[features.md](./features.md)** - What Quoter does
|
|
|
|
|
- **[how-it-works.md](./how-it-works.md)** - System overview
|
2025-09-03 10:21:17 +03:00
|
|
|
- **[vercel-frontend-migration.md](./vercel-frontend-migration.md)** - Vercel integration guide
|
2025-09-02 12:32:15 +03:00
|
|
|
|
2025-09-02 14:00:54 +03:00
|
|
|
## 🎯 Key Concept
|
2025-09-02 10:46:51 +03:00
|
|
|
|
2025-09-02 14:00:54 +03:00
|
|
|
**Quoter = Upload + Storage. Vercel = Thumbnails + Optimization.**
|
2025-08-02 00:18:09 +03:00
|
|
|
|
2025-09-02 14:00:54 +03:00
|
|
|
Upload files to Quoter → Store in S3 → Serve via Vercel Edge API for best performance.
|