2 Commits

Author SHA1 Message Date
Automated Action
b9d7b6ef54 Fix FastAPI error due to File parameter collision
- Updated the imports in files.py to use UploadFile directly instead of aliasing File to UploadedFile
- Simplified the upload_file endpoint parameter declaration to avoid conflicts
- Removed unnecessary default value for UploadFile parameter
2025-06-09 14:24:29 +00:00
Automated Action
2bc28761f5 Create file upload and download API
- Set up FastAPI project structure
- Implement database models and migrations for file metadata
- Create file upload endpoint with size validation
- Implement file download and listing functionality
- Add health check and API information endpoints
- Create comprehensive documentation
2025-06-09 13:33:57 +00:00