https://github.com/meyer1994/nuxt-tus
Nuxt with tus for file uploads and uppy
https://github.com/meyer1994/nuxt-tus
nuxt tus tus-node-server uppy
Last synced: 30 days ago
JSON representation
Nuxt with tus for file uploads and uppy
- Host: GitHub
- URL: https://github.com/meyer1994/nuxt-tus
- Owner: meyer1994
- Created: 2025-07-28T21:52:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T23:11:06.000Z (9 months ago)
- Last Synced: 2025-09-18T01:10:31.278Z (9 months ago)
- Topics: nuxt, tus, tus-node-server, uppy
- Language: TypeScript
- Homepage:
- Size: 268 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt4 with tus + Uppy
This project implements a file upload server using MinIO as the S3-compatible
storage backend.
## Features
- File upload functionality
- S3-compatible storage using MinIO
- Built with Nuxt4
## Setup
1. Install dependencies:
```bash
pnpm install
```
2. Start MinIO server locally:
```bash
docker compose up
```
Default MinIO credentials:
- Access Key: `minioadmin`
- Secret Key: `minioadmin`
3. Start the development server:
```bash
pnpm run dev
```
## Usage
Go to [http://localhost:3000]() and upload files upload your files!