A simple Vue 3 service for testing image uploads and retrieving image lists. Supports AWS S3 and MinIO backends.
- Upload images to S3-compatible storage (MinIO, also support AWS S3)
- View and retrieve uploaded image lists
- Modern Vue 3 + Vite stack
- Node.js: ^20.19.0 or >=22.12.0
- Minio: seflhosting Minio docker container
Install dependencies:
npm installStart the development server with hot reload:
npm run devBuild the project for production:
npm run build