This project implements a file upload server using MinIO as the S3-compatible storage backend.
- File upload functionality
- S3-compatible storage using MinIO
- Built with Nuxt4
- Install dependencies:
pnpm install- Start MinIO server locally:
docker compose upDefault MinIO credentials:
- Access Key:
minioadmin - Secret Key:
minioadmin
- Start the development server:
pnpm run devGo to http://localhost:3000 and upload files upload your files!